aboutsummaryrefslogtreecommitdiff
path: root/sx-time.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-18 23:15:55 -0500
committerSean Allred <code@seanallred.com>2014-11-18 23:15:55 -0500
commit23d25719deb31694f12750a638872a175aae0419 (patch)
tree81bb729b4c5bda6392edba2b741b6d677132a7f9 /sx-time.el
parent11b698a4c750c379a8c0d4d843744913e931d3fe (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.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/sx-time.el b/sx-time.el
index 9c4dfaa..1ce0886 100644
--- a/sx-time.el
+++ b/sx-time.el
@@ -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)