aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-26 12:01:14 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-26 12:01:14 +0000
commit7471aa7c0775a633c9a4c1504cb5edb8eec3e16e (patch)
tree4942be5a5390005423607a51895c115519f97d09
parent1c43146e78bc292541133b2798892d78dec64765 (diff)
Change months identifier
-rw-r--r--sx-time.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-time.el b/sx-time.el
index c0ca867..057a397 100644
--- a/sx-time.el
+++ b/sx-time.el
@@ -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)