Mercurial > emacs
changeset 97722:38eecdd090f7
(calendar-holidays): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 26 Aug 2008 05:39:19 +0000 |
parents | b66dc3bd60f4 |
children | 90321d9c73d1 |
files | lisp/calendar/holidays.el |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/holidays.el Tue Aug 26 03:13:34 2008 +0000 +++ b/lisp/calendar/holidays.el Tue Aug 26 05:39:19 2008 +0000 @@ -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