From d861718a093d186e692e8ce962abc3630a77b4d3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 12 Oct 2000 11:53:30 +0000 Subject: [PATCH] (diary-cyclic): Doc fix from Ed Reingold. --- lisp/ChangeLog | 2 ++ lisp/calendar/diary-lib.el | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 596e25b5784..73d3c8d9b3c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2000-10-12 Gerd Moellmann + * 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. diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 877858fe703..6439e575e49 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)) -- 2.39.5