diff options
| author | Glenn Morris | 2006-05-19 08:42:50 +0000 |
|---|---|---|
| committer | Glenn Morris | 2006-05-19 08:42:50 +0000 |
| commit | 45380d4259f266d79674c1586e7ff09a167c0b02 (patch) | |
| tree | 7587d79f359a6d21600e7529f9ae12e7bcce0c90 | |
| parent | e652c999deb85c535f3beedbc22d4075947670fb (diff) | |
| download | emacs-45380d4259f266d79674c1586e7ff09a167c0b02.tar.gz emacs-45380d4259f266d79674c1586e7ff09a167c0b02.zip | |
(add-to-diary-list): Fix typo in previous doc fix.
| -rw-r--r-- | lisp/calendar/diary-lib.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 947de0f2136..95588fccd92 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el | |||
| @@ -332,9 +332,9 @@ The function takes a string argument and must return a string.") | |||
| 332 | Do nothing if DATE or STRING is nil. DATE is the (MONTH DAY | 332 | Do nothing if DATE or STRING is nil. DATE is the (MONTH DAY |
| 333 | YEAR) for which the entry applies; STRING is the text of the | 333 | YEAR) for which the entry applies; STRING is the text of the |
| 334 | entry as it will appear in the diary (i.e. with any format | 334 | entry as it will appear in the diary (i.e. with any format |
| 335 | strings such as \%d\" expanded); SPECIFIER is the date part of | 335 | strings such as \"%d\" expanded); SPECIFIER is the date part of |
| 336 | the entry as it appears in the diary-file; LITERAL is the entry | 336 | the entry as it appears in the diary-file; LITERAL is the entry |
| 337 | as it appears in the diary-file (i.e. before expansion). If | 337 | as it appears in the diary-file (i.e. before expansion). If |
| 338 | LITERAL is nil, it is taken to be the same as STRING. | 338 | LITERAL is nil, it is taken to be the same as STRING. |
| 339 | 339 | ||
| 340 | The entry is added to the list as (DATE STRING SPECIFIER LOCATOR | 340 | The entry is added to the list as (DATE STRING SPECIFIER LOCATOR |