Mercurial > emacs
changeset 32415:82747626b78b
(diary-cyclic): Doc fix from Ed Reingold.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 12 Oct 2000 11:53:02 +0000 |
parents | cbdba3c57536 |
children | 33e158ac4449 |
files | lisp/calendar/diary-lib.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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))