Display day-in-year (calendar-print-day-of-year).
Regenerate the calendar window (calendar-redraw).
Scroll the next window up (scroll-other-window).
Scroll the next window down (scroll-other-window-down).
Exit from calendar (calendar-exit).
Display more months.
Display fewer months.
To display the number of days elapsed since the start of the year, or
the number of days remaining in the year, type the p d command
(calendar-print-day-of-year). This displays both of those
numbers in the echo area. The count of days elapsed includes the
selected date. The count of days remaining does not include that
date.
If the calendar window text gets corrupted, type C-c C-l
(calendar-redraw) to redraw it. (This can only happen if you use
non-Calendar-mode editing commands.)
In Calendar mode, you can use SPC (scroll-other-window)
and DEL (scroll-other-window-down) to scroll the other
window (if there is one) up or down, respectively. This is handy when
you display a list of holidays or diary entries in another window.
To exit from the calendar, type q (calendar-exit). This
buries all buffers related to the calendar, selecting other buffers.
(If a frame contains a dedicated calendar window, exiting from the
calendar deletes or iconifies that frame depending on the value of
calendar-remove-frame-by-deleting.)
The command M-x calendar-show-more-months displays more months on the right side of the calendar. The calendar can show at most 12 months as long as there is enough space. The command M-x calendar-show-fewer-months displays fewer months. The calendar always shows at least 3 months.