Variable: calendar-total-months
calendar-total-months is a variable defined in calendar.el.gz.
Value
3
Documentation
Number of months displayed in the calendar.
It is made buffer-local automatically in calendar-mode buffers.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defvar calendar-total-months 3
"Number of months displayed in the calendar.
It is made buffer-local automatically in calendar-mode buffers.")