diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-26 12:01:14 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-26 12:01:14 +0000 |
commit | 7471aa7c0775a633c9a4c1504cb5edb8eec3e16e (patch) | |
tree | 4942be5a5390005423607a51895c115519f97d09 | |
parent | 1c43146e78bc292541133b2798892d78dec64765 (diff) |
Change months identifier
-rw-r--r-- | sx-time.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ (6000 "m" 60.0) (108000 "h" 3600.0) (3456000 "d" 86400.0) - (31622400 "M" 2628000.0) - (nil "Y" 31557600.0)) + (31622400 "mo" 2628000.0) + (nil "y" 31557600.0)) "Auxiliary variable used by `sx-time-since'.") (defun sx-time-since (time) |