mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(diary-cyclic): Doc fix from Ed Reingold.
This commit is contained in:
parent
d1a7bc9359
commit
d861718a09
2 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2000-10-12 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
|
||||
|
||||
* progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
|
||||
instead of shared-lisp-mode-map.
|
||||
|
||||
|
|
|
|||
|
|
@ -1349,8 +1349,9 @@ to be March 1 in non-leap years."
|
|||
"Cycle diary entry--entry applies every N days starting at MONTH, DAY, YEAR.
|
||||
If `european-calendar-style' is t, parameters are N, DAY, MONTH, YEAR.
|
||||
ENTRY can contain `%d' or `%d%s'; the %d will be replaced by the number of
|
||||
years since the MONTH DAY, YEAR and the %s will be replaced by the ordinal
|
||||
ending of that number (that is, `st', `nd', `rd' or `th', as appropriate."
|
||||
repetitions since the MONTH DAY, YEAR and %s will be replaced by the
|
||||
ordinal ending of that number (that is, `st', `nd', `rd' or `th', as
|
||||
appropriate."
|
||||
(let* ((d (if european-calendar-style
|
||||
month
|
||||
day))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue