Mercurial > emacs
changeset 44084:97a5caf68c50
(calendar): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 22 Mar 2002 12:59:49 +0000 |
parents | c56b978cdfa2 |
children | 5e02984dbfd8 |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))