From: Eli Zaretskii Date: Fri, 22 Mar 2002 12:59:49 +0000 (+0000) Subject: (calendar): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~16031 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc461571d1047d0d1da66d14ef5a5dc0e672a4c3;p=emacs.git (calendar): Doc fix. --- 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))