]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/calendar/holidays.el (calendar-check-holidays): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 9 Apr 2012 07:11:39 +0000 (00:11 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 9 Apr 2012 07:11:39 +0000 (00:11 -0700)
lisp/ChangeLog
lisp/calendar/holidays.el

index 1b25983104cfe0c0ba846e97aef275c5a277c20e..5934517a6d24d9111535e3d196c47e536a8f3ed5 100644 (file)
@@ -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
index 37f511f799026edec58947ca9ced7548dc9f3827..9edd353b889035cc4913236587e09f84f7e8556e 100644 (file)
@@ -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)