1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00

(calendar): Doc fix.

This commit is contained in:
Eli Zaretskii 2002-03-22 12:59:49 +00:00
parent 7ef18d792f
commit bc461571d1

View File

@ -1363,7 +1363,10 @@ any other value the current frame is used.")
;;;###autoload
(defun calendar (&optional arg)
"Choose between the one frame, two frame, or basic calendar displays.
The original function `calendar' has been renamed `calendar-basic-setup'."
If called with an optional prefix argument, prompts for month and year.
The original function `calendar' has been renamed `calendar-basic-setup'.
See the documentation of that function for more information."
(interactive "P")
(cond ((equal calendar-setup 'one-frame) (calendar-one-frame-setup arg))
((equal calendar-setup 'two-frames) (calendar-two-frame-setup arg))