]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-holidays): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 26 Aug 2008 05:39:53 +0000 (05:39 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 26 Aug 2008 05:39:53 +0000 (05:39 +0000)
lisp/ChangeLog
lisp/calendar/holidays.el

index 832871f7d1d8ed2501d9be2c89dcc926405f388d..531876e2d8db31060ed910339804b0b6e2024d11 100644 (file)
@@ -5,6 +5,8 @@
 
 2008-08-26  Glenn Morris  <rgm@gnu.org>
 
+       * calendar/holidays.el (calendar-holidays): Doc fix.
+
        * progmodes/gud.el (tramp-file-name-localname)
        (tramp-dissect-file-name): Declare.
 
index 9e703df114fab8d66aac4f7b8c4b03c47819eb21..f3ac3f06c966cf7cc7ba4fe3a26a191b2fccda5a 100644 (file)
@@ -355,11 +355,11 @@ three-month period centered around `displayed-month' of `displayed-year'.
 Several basic functions are provided for this purpose:
 
     (holiday-fixed MONTH DAY STRING) is a fixed date on the Gregorian calendar
-    (holiday-float MONTH DAYNAME K STRING &optional day) is the Kth DAYNAME in
-                               MONTH on the Gregorian calendar (0 for Sunday,
-                               etc.); K<0 means count back from the end of the
-                               month.  An optional parameter DAY means the Kth
-                               DAYNAME after/before MONTH DAY.
+    (holiday-float MONTH DAYNAME K STRING &optional DAY) is the Kth DAYNAME
+                               (0 for Sunday, etc.) after/before Gregorian
+                               MONTH DAY.  K<0 means count back from the end
+                               of the month.  Optional DAY defaults to 1 if
+                               K>0, and MONTH's last day otherwise.
     (holiday-hebrew MONTH DAY STRING)  a fixed date on the Hebrew calendar
     (holiday-islamic MONTH DAY STRING) a fixed date on the Islamic calendar
     (holiday-bahai MONTH DAY STRING)   a fixed date on the Baha'i calendar