diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-11-09 05:51:27 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-11-09 05:51:27 +0000 |
commit | 3a36301cc11a5b26fe6684d0b1f403198ce8ceac (patch) | |
tree | a7b7004a407a2bb7c838c38f18afa547ee32409d /lisp/calendar/calendar.el | |
parent | 5652a43ab48cc97a5879743a342ea0c7d180b242 (diff) | |
download | emacs-3a36301cc11a5b26fe6684d0b1f403198ce8ceac.tar.gz |
(describe-calendar-mode): Set help-mode in *Help* buffer.
Diffstat (limited to 'lisp/calendar/calendar.el')
-rw-r--r-- | lisp/calendar/calendar.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index a457d12e3c6..045d8b02927 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1490,6 +1490,9 @@ the inserted text. Value is always t." (substitute-command-keys "\\<calendar-mode-map>\\[describe-mode] from within the calendar") (substitute-command-keys "\\{calendar-mode-map}"))) + (save-excursion + (set-buffer standard-output) + (help-mode)) (print-help-return-message))) ;; Calendar mode is suitable only for specially formatted data. |