# HG changeset patch # User Gerd Moellmann # Date 971351582 0 # Node ID 82747626b78b22894d49e9bd2e59bb3a13f3faed # Parent cbdba3c5753601a71897c6c0b8cb146551a6ba2b (diary-cyclic): Doc fix from Ed Reingold. diff -r cbdba3c57536 -r 82747626b78b lisp/calendar/diary-lib.el --- a/lisp/calendar/diary-lib.el Thu Oct 12 11:19:01 2000 +0000 +++ b/lisp/calendar/diary-lib.el Thu Oct 12 11:53:02 2000 +0000 @@ -1349,8 +1349,9 @@ "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))