comparison lisp/calendar/diary-lib.el @ 70729:9a90863c52b1

(add-to-diary-list): Fix typo in previous doc fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 19 May 2006 08:42:50 +0000
parents 27c11738a0c4
children 7a3f13e2dd57 a8190f7e546e
comparison
equal deleted inserted replaced
70728:27c11738a0c4 70729:9a90863c52b1
330 globcolor literal) 330 globcolor literal)
331 "Add an entry to `diary-entries-list'. 331 "Add an entry to `diary-entries-list'.
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
341 GLOBCOLOR), where LOCATOR has the form (MARKER FILENAME LITERAL), 341 GLOBCOLOR), where LOCATOR has the form (MARKER FILENAME LITERAL),
342 FILENAME being the file containing the diary entry." 342 FILENAME being the file containing the diary entry."