diff options
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
