diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-21 01:58:39 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-21 01:58:39 -0800 |
commit | 6196cffecf7dcc2a777025137db6ab77ff45a105 (patch) | |
tree | 1e013215fbbeafa1c35d84ae8524c66e7ccdfe3f /lisp/calendar/holidays.el | |
parent | d3098e1ec618fc043568be481b487f3bf7689bad (diff) | |
download | emacs-6196cffecf7dcc2a777025137db6ab77ff45a105.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/calendar/holidays.el')
-rw-r--r-- | lisp/calendar/holidays.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 3ba1078f62d..42c95f39faa 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -723,7 +723,7 @@ STRING)). Returns nil if it is not visible in the current calendar window." (let ((m displayed-month) (y displayed-year)) (calendar-increment-month m y (- 11 month)) - (if (> m 9) ; is november visible? + (if (> m 9) ; Is November visible? (list (list (list month day y) string))))) (defun holiday-float (month dayname n string &optional day) |