diff options
author | Glenn Morris <rgm@gnu.org> | 2006-05-19 08:42:50 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2006-05-19 08:42:50 +0000 |
commit | 45380d4259f266d79674c1586e7ff09a167c0b02 (patch) | |
tree | 7587d79f359a6d21600e7529f9ae12e7bcce0c90 /lisp/calendar | |
parent | e652c999deb85c535f3beedbc22d4075947670fb (diff) | |
download | emacs-45380d4259f266d79674c1586e7ff09a167c0b02.tar.gz |
(add-to-diary-list): Fix typo in previous doc fix.
Diffstat (limited to 'lisp/calendar')
-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.") Do nothing if DATE or STRING is nil. DATE is the (MONTH DAY YEAR) for which the entry applies; STRING is the text of the entry as it will appear in the diary (i.e. with any format -strings such as \%d\" expanded); SPECIFIER is the date part of +strings such as \"%d\" expanded); SPECIFIER is the date part of the entry as it appears in the diary-file; LITERAL is the entry -as it appears in the diary-file (i.e. before expansion). If +as it appears in the diary-file (i.e. before expansion). If LITERAL is nil, it is taken to be the same as STRING. The entry is added to the list as (DATE STRING SPECIFIER LOCATOR |