emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107790: * lisp/calendar/holidays.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107790: * lisp/calendar/holidays.el (calendar-check-holidays): Doc fix.
Date: Mon, 09 Apr 2012 00:11:39 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107790
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-04-09 00:11:39 -0700
message:
  * lisp/calendar/holidays.el (calendar-check-holidays): Doc fix.
modified:
  lisp/ChangeLog
  lisp/calendar/holidays.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-04-08 17:13:15 +0000
+++ b/lisp/ChangeLog    2012-04-09 07:11:39 +0000
@@ -1,3 +1,7 @@
+2012-04-09  Glenn Morris  <address@hidden>
+
+       * calendar/holidays.el (calendar-check-holidays): Doc fix.
+
 2012-04-08  Eli Zaretskii  <address@hidden>
 
        * textmodes/ispell.el (ispell-dictionary-base-alist): Add data for

=== modified file 'lisp/calendar/holidays.el'
--- a/lisp/calendar/holidays.el 2012-02-18 03:08:15 +0000
+++ b/lisp/calendar/holidays.el 2012-04-09 07:11:39 +0000
@@ -634,7 +634,7 @@
   "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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]