* lisp/calendar/holidays.el (calendar-check-holidays): Doc fix.
This commit is contained in:
parent
e2627d2130
commit
0c2014a3c2
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-04-09 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* calendar/holidays.el (calendar-check-holidays): Doc fix.
|
||||
|
||||
2012-04-08 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* textmodes/ispell.el (ispell-dictionary-base-alist): Add data for
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue