diff options
| -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 | ||