emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105996: * lisp/calendar/holidays.el


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105996: * lisp/calendar/holidays.el (calendar-check-holidays): Doc fix.
Date: Tue, 04 Oct 2011 13:26:55 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105996
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2011-10-04 13:26:55 -0400
message:
  * lisp/calendar/holidays.el (calendar-check-holidays): Doc fix.
modified:
  lisp/ChangeLog
  lisp/calendar/holidays.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-04 15:28:25 +0000
+++ b/lisp/ChangeLog    2011-10-04 17:26:55 +0000
@@ -1,3 +1,7 @@
+2011-10-04  Glenn Morris  <address@hidden>
+
+       * calendar/holidays.el (calendar-check-holidays): Doc fix.
+
 2011-10-04  Martin Rudalics  <address@hidden>
 
        * window.el (window--delete): New function.

=== modified file 'lisp/calendar/holidays.el'
--- a/lisp/calendar/holidays.el 2011-04-17 02:11:49 +0000
+++ b/lisp/calendar/holidays.el 2011-10-04 17:26:55 +0000
@@ -632,8 +632,9 @@
 ;;;###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)


reply via email to

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