summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index ff0dce1..479eb81 100644
--- a/.emacs
+++ b/.emacs
@@ -464,7 +464,7 @@ list and require no escaping."
(add-hook 'c-mode-common-hook 'my/c-modes-hook)
(defun my/calendar-iso-week (year month day)
- ;; NIH version of (describe-variable 'calendar-intermonth-text).
+ ;; NIH version of `calendar-intermonth-text''s serving suggestion.
(propertize
(format-time-string "%V" (encode-time (list 0 0 0 day month year)))
'font-lock-face 'eighters-date))