aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-03-22 12:59:49 +0000
committerEli Zaretskii2002-03-22 12:59:49 +0000
commitbc461571d1047d0d1da66d14ef5a5dc0e672a4c3 (patch)
tree880308341c9328e4a45569028efc456c4e8addb1
parent7ef18d792ffebc6db5c451aa07713920d40445cb (diff)
downloademacs-bc461571d1047d0d1da66d14ef5a5dc0e672a4c3.tar.gz
emacs-bc461571d1047d0d1da66d14ef5a5dc0e672a4c3.zip
(calendar): Doc fix.
-rw-r--r--lisp/calendar/calendar.el5
1 files changed, 4 insertions, 1 deletions
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.")
1363;;;###autoload 1363;;;###autoload
1364(defun calendar (&optional arg) 1364(defun calendar (&optional arg)
1365 "Choose between the one frame, two frame, or basic calendar displays. 1365 "Choose between the one frame, two frame, or basic calendar displays.
1366The original function `calendar' has been renamed `calendar-basic-setup'." 1366If called with an optional prefix argument, prompts for month and year.
1367
1368The original function `calendar' has been renamed `calendar-basic-setup'.
1369See the documentation of that function for more information."
1367 (interactive "P") 1370 (interactive "P")
1368 (cond ((equal calendar-setup 'one-frame) (calendar-one-frame-setup arg)) 1371 (cond ((equal calendar-setup 'one-frame) (calendar-one-frame-setup arg))
1369 ((equal calendar-setup 'two-frames) (calendar-two-frame-setup arg)) 1372 ((equal calendar-setup 'two-frames) (calendar-two-frame-setup arg))