mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
(calendar-holidays): Doc fix.
This commit is contained in:
parent
5cc67f65cd
commit
19b1a5bc07
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
2008-08-26 Glenn Morris <rgm@gnu.org>
|
2008-08-26 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* calendar/holidays.el (calendar-holidays): Doc fix.
|
||||||
|
|
||||||
* progmodes/gud.el (tramp-file-name-localname)
|
* progmodes/gud.el (tramp-file-name-localname)
|
||||||
(tramp-dissect-file-name): Declare.
|
(tramp-dissect-file-name): Declare.
|
||||||
|
|
||||||
|
@ -355,11 +355,11 @@ three-month period centered around `displayed-month' of `displayed-year'.
|
|||||||
Several basic functions are provided for this purpose:
|
Several basic functions are provided for this purpose:
|
||||||
|
|
||||||
(holiday-fixed MONTH DAY STRING) is a fixed date on the Gregorian calendar
|
(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
|
(holiday-float MONTH DAYNAME K STRING &optional DAY) is the Kth DAYNAME
|
||||||
MONTH on the Gregorian calendar (0 for Sunday,
|
(0 for Sunday, etc.) after/before Gregorian
|
||||||
etc.); K<0 means count back from the end of the
|
MONTH DAY. K<0 means count back from the end
|
||||||
month. An optional parameter DAY means the Kth
|
of the month. Optional DAY defaults to 1 if
|
||||||
DAYNAME after/before MONTH DAY.
|
K>0, and MONTH's last day otherwise.
|
||||||
(holiday-hebrew MONTH DAY STRING) a fixed date on the Hebrew calendar
|
(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-islamic MONTH DAY STRING) a fixed date on the Islamic calendar
|
||||||
(holiday-bahai MONTH DAY STRING) a fixed date on the Baha'i calendar
|
(holiday-bahai MONTH DAY STRING) a fixed date on the Baha'i calendar
|
||||||
|
Loading…
Reference in New Issue
Block a user