]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/calendar/holidays.el (calendar-check-holidays): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 4 Oct 2011 17:26:55 +0000 (13:26 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 4 Oct 2011 17:26:55 +0000 (13:26 -0400)
lisp/ChangeLog
lisp/calendar/holidays.el

index 8760d84f367764d6cacb8ffbb3d13ca7d3912618..3f7ae8232a78645a7bbbcc2cc08636a0efc73799 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-04  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/holidays.el (calendar-check-holidays): Doc fix.
+
 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
 
        * window.el (window--delete): New function.
index 695f9b92712267dd00a337acb72d2296b1c758c9..3ba1078f62d4a9a23a08015e07f7f1bca735a54d 100644 (file)
@@ -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)