]> git.eshelyaron.com Git - emacs.git/commitdiff
(diary-cyclic): Doc fix from Ed Reingold.
authorGerd Moellmann <gerd@gnu.org>
Thu, 12 Oct 2000 11:53:30 +0000 (11:53 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 12 Oct 2000 11:53:30 +0000 (11:53 +0000)
lisp/ChangeLog
lisp/calendar/diary-lib.el

index 596e25b5784e35f6ff6132488f9da4fa20a215b0..73d3c8d9b3c5d39e1069cae128ca89f34268962e 100644 (file)
@@ -1,5 +1,7 @@
 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.
 
index 877858fe7032cdb1c668ac6c87aa4900a55f9ebf..6439e575e49d0e538ac360f1e57c2fb03b6110d3 100644 (file)
@@ -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))