Mercurial > emacs
changeset 5668:139b23d6a97b
(appt-check): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 25 Jan 1994 00:09:55 +0000 |
parents | 03c03462bca3 |
children | ee396244a9a6 |
files | lisp/calendar/appt.el |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/appt.el Mon Jan 24 23:52:51 1994 +0000 +++ b/lisp/calendar/appt.el Tue Jan 25 00:09:55 1994 +0000 @@ -218,6 +218,16 @@ The number of minutes to wait between checking the appointments list. +appt-disp-window-function + Function called to display appointment window. You can customize + appt.el by setting this variable to a function different from the + one provided with this package. + +appt-delete-window-function + Function called to remove appointment window and buffer. You can + customize appt.el by setting this variable to a function different + from the one provided with this package. + This function is run from the loadst process for display time. Therefore, you need to have `(display-time)' in your .emacs file."