diff options
author | Sean Allred <code@seanallred.com> | 2014-11-18 23:15:55 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-18 23:15:55 -0500 |
commit | 23d25719deb31694f12750a638872a175aae0419 (patch) | |
tree | 81bb729b4c5bda6392edba2b741b6d677132a7f9 /sx-time.el | |
parent | 11b698a4c750c379a8c0d4d843744913e931d3fe (diff) |
Documentation -- part three
Source code is documented to the best of my knowledge and understanding.
Diffstat (limited to 'sx-time.el')
-rw-r--r-- | sx-time.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -51,12 +51,14 @@ (defcustom sx-time-date-format-year "%H:%M %e %b %Y" "Format used for dates on a past year. + See also `sx-time-date-format'." :type 'string :group 'sx-time) (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) |