diff options
author | Sean Allred <code@seanallred.com> | 2014-11-27 12:33:28 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-27 12:33:28 -0500 |
commit | 37682ac58c419014db7782ba11bf898a90d09da9 (patch) | |
tree | 209daffd5eb4855c16334ca68e888fce1c01dd28 /sx-time.el | |
parent | 8ea884c9f417d8106813112598b4ab422e8352ed (diff) |
Fix #111
Diffstat (limited to 'sx-time.el')
-rw-r--r-- | sx-time.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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." |