Variable: appt-buffer-name

appt-buffer-name is a variable defined in appt.el.gz.

Value

"*appt-buf*"

Documentation

Name of the appointments buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/appt.el.gz
;;; Internal variables below this point.

(defconst appt-buffer-name "*appt-buf*"
  "Name of the appointments buffer.")