Variable: appt-mode-string

appt-mode-string is a variable defined in appt.el.gz.

Value

nil

Documentation

String being displayed in the mode line saying you have an appointment.

The actual string includes the amount of time till the appointment. Only used if appt-display-mode-line is non-nil.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/appt.el.gz
(defvar appt-mode-string nil
  "String being displayed in the mode line saying you have an appointment.
The actual string includes the amount of time till the appointment.
Only used if `appt-display-mode-line' is non-nil.")