aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2006-05-19 08:42:50 +0000
committerGlenn Morris2006-05-19 08:42:50 +0000
commit45380d4259f266d79674c1586e7ff09a167c0b02 (patch)
tree7587d79f359a6d21600e7529f9ae12e7bcce0c90
parente652c999deb85c535f3beedbc22d4075947670fb (diff)
downloademacs-45380d4259f266d79674c1586e7ff09a167c0b02.tar.gz
emacs-45380d4259f266d79674c1586e7ff09a167c0b02.zip
(add-to-diary-list): Fix typo in previous doc fix.
-rw-r--r--lisp/calendar/diary-lib.el4
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.")
332Do nothing if DATE or STRING is nil. DATE is the (MONTH DAY 332Do nothing if DATE or STRING is nil. DATE is the (MONTH DAY
333YEAR) for which the entry applies; STRING is the text of the 333YEAR) for which the entry applies; STRING is the text of the
334entry as it will appear in the diary (i.e. with any format 334entry as it will appear in the diary (i.e. with any format
335strings such as \%d\" expanded); SPECIFIER is the date part of 335strings such as \"%d\" expanded); SPECIFIER is the date part of
336the entry as it appears in the diary-file; LITERAL is the entry 336the entry as it appears in the diary-file; LITERAL is the entry
337as it appears in the diary-file (i.e. before expansion). If 337as it appears in the diary-file (i.e. before expansion). If
338LITERAL is nil, it is taken to be the same as STRING. 338LITERAL is nil, it is taken to be the same as STRING.
339 339
340The entry is added to the list as (DATE STRING SPECIFIER LOCATOR 340The entry is added to the list as (DATE STRING SPECIFIER LOCATOR