comparison lisp/calendar/appt.el @ 5668:139b23d6a97b

(appt-check): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 25 Jan 1994 00:09:55 +0000
parents 32a02ab40d58
children 9f37f85000d8
comparison
equal deleted inserted replaced
5667:03c03462bca3 5668:139b23d6a97b
215 is displayed in another window. 215 is displayed in another window.
216 216
217 appt-display-interval 217 appt-display-interval
218 The number of minutes to wait between checking the appointments 218 The number of minutes to wait between checking the appointments
219 list. 219 list.
220
221 appt-disp-window-function
222 Function called to display appointment window. You can customize
223 appt.el by setting this variable to a function different from the
224 one provided with this package.
225
226 appt-delete-window-function
227 Function called to remove appointment window and buffer. You can
228 customize appt.el by setting this variable to a function different
229 from the one provided with this package.
220 230
221 This function is run from the loadst process for display time. 231 This function is run from the loadst process for display time.
222 Therefore, you need to have `(display-time)' in your .emacs file." 232 Therefore, you need to have `(display-time)' in your .emacs file."
223 233
224 234