Mercurial > emacs
comparison lisp/calendar/calendar.el @ 42760:21f181affb5f
(diary-date-forms): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 15 Jan 2002 03:31:27 +0000 |
parents | 8a4077ab418c |
children | a770abab5774 |
comparison
equal
deleted
inserted
replaced
42759:eb0beb585d7c | 42760:21f181affb5f |
---|---|
567 (defcustom diary-date-forms | 567 (defcustom diary-date-forms |
568 (if european-calendar-style | 568 (if european-calendar-style |
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', |
576 `day', `year', `monthname', and `dayname'. The keyword `monthname' will | 576 `day', `year', `monthname', and `dayname'. The keyword `monthname' will |
577 match the name of the month, capitalized or not, or its three-letter | 577 match the name of the month, capitalized or not, or its three-letter |