summaryrefslogtreecommitdiff
path: root/lisp/calendar/holidays.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-04-09 00:11:39 -0700
committerGlenn Morris <rgm@gnu.org>2012-04-09 00:11:39 -0700
commit0c2014a3c2d53030df49e9c0a51d217dcaeccc4e (patch)
tree84a735cdd33ec67cc7f3aa4060b8fbf676cb57f8 /lisp/calendar/holidays.el
parente2627d2130d78c81da53fd390a6b99197bb72701 (diff)
downloademacs-0c2014a3c2d53030df49e9c0a51d217dcaeccc4e.tar.gz
* lisp/calendar/holidays.el (calendar-check-holidays): Doc fix.
Diffstat (limited to 'lisp/calendar/holidays.el')
-rw-r--r--lisp/calendar/holidays.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el
index 37f511f7990..9edd353b889 100644
--- a/lisp/calendar/holidays.el
+++ b/lisp/calendar/holidays.el
@@ -634,7 +634,7 @@ The optional LABEL is used to label the buffer created."
"Check the list of holidays for any that occur on DATE.
DATE is a list (month day year). This function considers the
holidays from the list `calendar-holidays', and returns a list of
-strings describing those holidays that apply on DATE."
+strings describing those holidays that apply on DATE, or nil if none do."
(let ((displayed-month (calendar-extract-month date))
(displayed-year (calendar-extract-year date))
holiday-list)