Variable: appt-display-duration

appt-display-duration is a customizable variable defined in appt.el.gz.

Value

10

Documentation

The number of seconds an appointment message is displayed.

Only relevant if reminders are to be displayed in their own window.

Probably introduced at or before Emacs version 19.24.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/appt.el.gz
(defcustom appt-display-duration 10
  "The number of seconds an appointment message is displayed.
Only relevant if reminders are to be displayed in their own window."
  :type 'integer
  :group 'appt)