aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-01-15 03:31:34 +0000
committerRichard M. Stallman2002-01-15 03:31:34 +0000
commitafb05cf3835a0dbc4e4458e3f31a9ecb68529478 (patch)
treed4052fe1167f89573604e0f5eca90043ff90f47d
parentc24be289c5a8087e1f999b4cf30b25d60f46cc53 (diff)
downloademacs-afb05cf3835a0dbc4e4458e3f31a9ecb68529478.tar.gz
emacs-afb05cf3835a0dbc4e4458e3f31a9ecb68529478.zip
(diary-date-forms): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/calendar/calendar.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f82e8124b7e..fb714e20788 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-01-14 Richard M. Stallman <rms@gnu.org>
2
3 * calendar/calendar.el (diary-date-forms): Doc fix.
4
12002-01-14 Eli Zaretskii <eliz@is.elta.co.il> 52002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2 6
3 * startup.el (command-line): Register the default tty colors even 7 * startup.el (command-line): Register the default tty colors even
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index cdae40ad9a3..7a4879f9f08 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -569,7 +569,7 @@ See the documentation of `diary-date-forms' for an explanation."
569 european-date-diary-pattern 569 european-date-diary-pattern
570 american-date-diary-pattern) 570 american-date-diary-pattern)
571 "*List of pseudo-patterns describing the forms of date used in the diary. 571 "*List of pseudo-patterns describing the forms of date used in the diary.
572The patterns on the list must be MUTUALLY EXCLUSIVE and must should not match 572The patterns on the list must be MUTUALLY EXCLUSIVE and must not match
573any portion of the diary entry itself, just the date component. 573any portion of the diary entry itself, just the date component.
574 574
575A pseudo-pattern is a list of regular expressions and the keywords `month', 575A pseudo-pattern is a list of regular expressions and the keywords `month',