aboutsummaryrefslogtreecommitdiff
path: root/sx-time.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-27 12:33:28 -0500
committerSean Allred <code@seanallred.com>2014-11-27 12:33:28 -0500
commit37682ac58c419014db7782ba11bf898a90d09da9 (patch)
tree209daffd5eb4855c16334ca68e888fce1c01dd28 /sx-time.el
parent8ea884c9f417d8106813112598b4ab422e8352ed (diff)
Fix #111
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 8ee214e..e65bb50 100644
--- a/sx-time.el
+++ b/sx-time.el
@@ -57,13 +57,13 @@
"Format used for dates on a past year.
See also `sx-time-date-format'."
:type 'string
- :group 'sx-time)
+ :group 'sx)
(defcustom sx-time-date-format "%H:%M - %d %b"
"Format used for dates on this year.
See also `sx-time-date-format-year'."
:type 'string
- :group 'sx-time)
+ :group 'sx)
(defun sx-time-seconds-to-date (seconds)
"Return the integer SECONDS as a date string."