emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/calendar/holidays.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/holidays.el,v
Date: Tue, 26 Aug 2008 05:39:19 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/08/26 05:39:19

Index: holidays.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/holidays.el,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- holidays.el 11 Aug 2008 01:23:06 -0000      1.83
+++ holidays.el 26 Aug 2008 05:39:19 -0000      1.84
@@ -355,11 +355,11 @@
 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




reply via email to

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