diff options
author | Glenn Morris <rgm@gnu.org> | 2008-08-26 05:39:53 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-08-26 05:39:53 +0000 |
commit | 19b1a5bc072e4b9e04d00c6b4f3b393d10dfd04c (patch) | |
tree | d028d0f13eacb976cb82950efb6142e10f884c64 /lisp/calendar | |
parent | 5cc67f65cdc96cb7ece883f8a724df2d6e0ef090 (diff) | |
download | emacs-19b1a5bc072e4b9e04d00c6b4f3b393d10dfd04c.tar.gz |
(calendar-holidays): Doc fix.
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/holidays.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 9e703df114f..f3ac3f06c96 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -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 |