aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',