aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-01-25 00:09:55 +0000
committerRichard M. Stallman1994-01-25 00:09:55 +0000
commitadae5323e72a9b62f12630b26c8a665cee990f06 (patch)
tree17acabfb46b2cb5f8777e414be9363e00ca854ad
parent7c203051cd4a7831090052949297e99685ecf3df (diff)
downloademacs-adae5323e72a9b62f12630b26c8a665cee990f06.tar.gz
emacs-adae5323e72a9b62f12630b26c8a665cee990f06.zip
(appt-check): Doc fix.
-rw-r--r--lisp/calendar/appt.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el
index ecfaafd790b..e36a9ece197 100644
--- a/lisp/calendar/appt.el
+++ b/lisp/calendar/appt.el
@@ -218,6 +218,16 @@ 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 220
221appt-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
226appt-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.
230
221This function is run from the loadst process for display time. 231This function is run from the loadst process for display time.
222Therefore, you need to have `(display-time)' in your .emacs file." 232Therefore, you need to have `(display-time)' in your .emacs file."
223 233