diff options
| -rw-r--r-- | lisp/calendar/calendar.el | 5 |
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. |
| 1366 | The original function `calendar' has been renamed `calendar-basic-setup'." | 1366 | If called with an optional prefix argument, prompts for month and year. |
| 1367 | |||
| 1368 | The original function `calendar' has been renamed `calendar-basic-setup'. | ||
| 1369 | See 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)) |