# HG changeset patch # User Richard M. Stallman # Date 759456595 0 # Node ID 139b23d6a97b58a7284e9c30ee355dbd3e74eed3 # Parent 03c03462bca39e3f1cde09425c7657abae66c2da (appt-check): Doc fix. diff -r 03c03462bca3 -r 139b23d6a97b lisp/calendar/appt.el --- 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."