Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
19b1a5bc
Commit
19b1a5bc
authored
Aug 26, 2008
by
Glenn Morris
Browse files
(calendar-holidays): Doc fix.
parent
5cc67f65
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/calendar/holidays.el
lisp/calendar/holidays.el
+5
-5
No files found.
lisp/ChangeLog
View file @
19b1a5bc
...
...
@@ -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.
...
...
lisp/calendar/holidays.el
View file @
19b1a5bc
...
...
@@ -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 o
ptional
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.
O
ptional
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment