aboutsummaryrefslogtreecommitdiff
path: root/sx-time.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-time.el')
-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)