changeset 9859:addf04676b54

(describe-calendar-mode): Set help-mode in *Help* buffer.
author Karl Heuer <kwzh@gnu.org>
date Wed, 09 Nov 1994 05:51:27 +0000
parents 0e4831555b2c
children 49a20a98c276
files lisp/calendar/calendar.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/calendar.el	Wed Nov 09 05:51:20 1994 +0000
+++ b/lisp/calendar/calendar.el	Wed Nov 09 05:51:27 1994 +0000
@@ -1490,6 +1490,9 @@
       (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.