X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/11fdef7d0cf3ef1ce30d1cd09ca9ca9a2b099d20..bdfa5dd206b05feed0b9312470bda434e8c21974:/lisp/calendar/holidays.el diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 695f9b9271..3ba1078f62 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -632,8 +632,9 @@ The optional LABEL is used to label the buffer created." ;;;###diary-autoload (defun calendar-check-holidays (date) "Check the list of holidays for any that occur on DATE. -The value returned is a list of strings of relevant holiday descriptions. -The holidays are those in the list `calendar-holidays'." +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." (let ((displayed-month (calendar-extract-month date)) (displayed-year (calendar-extract-year date)) holiday-list)