]> code.delx.au - gnu-emacs/commitdiff
(calendar): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Mar 2002 12:59:49 +0000 (12:59 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Mar 2002 12:59:49 +0000 (12:59 +0000)
lisp/calendar/calendar.el

index 7caa258d6e77edeeab7630b42d30b3cf22d8643e..99e6757c03ae24a564c5d30f1c239521a4ef5666 100644 (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))