aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/diary-lib.el
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-10-12 11:53:30 +0000
committerGerd Moellmann <[email protected]>2000-10-12 11:53:30 +0000
commitd861718a093d186e692e8ce962abc3630a77b4d3 (patch)
tree4bfb808712e8df2802e0ebdc450d60f6ec986045 /lisp/calendar/diary-lib.el
parentd1a7bc9359e658af9b91cb0986876f33e7aac5db (diff)
(diary-cyclic): Doc fix from Ed Reingold.
Diffstat (limited to 'lisp/calendar/diary-lib.el')
-rw-r--r--lisp/calendar/diary-lib.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el
index 877858fe70..6439e575e4 100644
--- a/lisp/calendar/diary-lib.el
+++ b/lisp/calendar/diary-lib.el
@@ -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))