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.
"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))