diff options
| author | Richard M. Stallman | 1994-01-25 00:09:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-25 00:09:55 +0000 |
| commit | adae5323e72a9b62f12630b26c8a665cee990f06 (patch) | |
| tree | 17acabfb46b2cb5f8777e414be9363e00ca854ad | |
| parent | 7c203051cd4a7831090052949297e99685ecf3df (diff) | |
| download | emacs-adae5323e72a9b62f12630b26c8a665cee990f06.tar.gz emacs-adae5323e72a9b62f12630b26c8a665cee990f06.zip | |
(appt-check): Doc fix.
| -rw-r--r-- | lisp/calendar/appt.el | 10 |
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 | ||
| 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. | ||
| 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 | ||