Variable: calendar-other-calendars-buffer

calendar-other-calendars-buffer is a variable defined in calendar.el.gz.

Value

"*Other Calendars*"

Documentation

Name of the buffer used for the display of date on other calendars.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defconst calendar-other-calendars-buffer "*Other Calendars*"
  "Name of the buffer used for the display of date on other calendars.")