# HG changeset patch # User Eli Zaretskii # Date 1016801989 0 # Node ID 97a5caf68c5088e07f1ad234a709abc2b93e6a6c # Parent c56b978cdfa2dc54a3de84484f5a9595d2b1b736 (calendar): Doc fix. diff -r c56b978cdfa2 -r 97a5caf68c50 lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Fri Mar 22 12:28:11 2002 +0000 +++ b/lisp/calendar/calendar.el Fri Mar 22 12:59:49 2002 +0000 @@ -1363,7 +1363,10 @@ ;;;###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))