From bc461571d1047d0d1da66d14ef5a5dc0e672a4c3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 22 Mar 2002 12:59:49 +0000 Subject: [PATCH] (calendar): Doc fix. --- lisp/calendar/calendar.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 7caa258d6e7..99e6757c03a 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -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)) -- 2.39.2