comparison lisp/calendar/diary-lib.el @ 80697:b2894e827edc

(diary-remind): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Sun, 10 Aug 2008 02:44:23 +0000
parents 974a828870fe
children 867aeedd5055
comparison
equal deleted inserted replaced
80696:acd89d089f05 80697:b2894e827edc
1697 (defun diary-remind (sexp days &optional marking) 1697 (defun diary-remind (sexp days &optional marking)
1698 "Provide a reminder of a diary entry. 1698 "Provide a reminder of a diary entry.
1699 SEXP is a diary-sexp. DAYS is either a single number or a list of numbers 1699 SEXP is a diary-sexp. DAYS is either a single number or a list of numbers
1700 indicating the number(s) of days before the event that the warning(s) should 1700 indicating the number(s) of days before the event that the warning(s) should
1701 occur on. If the current date is (one of) DAYS before the event indicated by 1701 occur on. If the current date is (one of) DAYS before the event indicated by
1702 SEXP, then a suitable message (as specified by `diary-remind-message' is 1702 SEXP, then a suitable message (as specified by `diary-remind-message') is
1703 returned. 1703 returned.
1704 1704
1705 In addition to the reminders beforehand, the diary entry also appears on the 1705 In addition to the reminders beforehand, the diary entry also appears on the
1706 date itself. 1706 date itself.
1707 1707