diff options
| author | Richard M. Stallman | 2002-01-15 03:31:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-15 03:31:34 +0000 |
| commit | afb05cf3835a0dbc4e4458e3f31a9ecb68529478 (patch) | |
| tree | d4052fe1167f89573604e0f5eca90043ff90f47d | |
| parent | c24be289c5a8087e1f999b4cf30b25d60f46cc53 (diff) | |
| download | emacs-afb05cf3835a0dbc4e4458e3f31a9ecb68529478.tar.gz emacs-afb05cf3835a0dbc4e4458e3f31a9ecb68529478.zip | |
(diary-date-forms): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/calendar/calendar.el | 2 |
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 @@ | |||
| 1 | 2002-01-14 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * calendar/calendar.el (diary-date-forms): Doc fix. | ||
| 4 | |||
| 1 | 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2002-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. |
| 572 | The patterns on the list must be MUTUALLY EXCLUSIVE and must should not match | 572 | The patterns on the list must be MUTUALLY EXCLUSIVE and must not match |
| 573 | any portion of the diary entry itself, just the date component. | 573 | any portion of the diary entry itself, just the date component. |
| 574 | 574 | ||
| 575 | A pseudo-pattern is a list of regular expressions and the keywords `month', | 575 | A pseudo-pattern is a list of regular expressions and the keywords `month', |