aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-11-09 05:51:27 +0000
committerKarl Heuer1994-11-09 05:51:27 +0000
commitddbfcbde43525572fdb6d2c746b90be838f540d2 (patch)
tree61696d55badce064b94bd628ebb2242599cd0a49
parent383669afbb34d15b1f492ec58a9bac51ec6b43b7 (diff)
downloademacs-ddbfcbde43525572fdb6d2c746b90be838f540d2.tar.gz
emacs-ddbfcbde43525572fdb6d2c746b90be838f540d2.zip
(describe-calendar-mode): Set help-mode in *Help* buffer.
-rw-r--r--lisp/calendar/calendar.el3
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."
1490 (substitute-command-keys 1490 (substitute-command-keys
1491 "\\<calendar-mode-map>\\[describe-mode] from within the calendar") 1491 "\\<calendar-mode-map>\\[describe-mode] from within the calendar")
1492 (substitute-command-keys "\\{calendar-mode-map}"))) 1492 (substitute-command-keys "\\{calendar-mode-map}")))
1493 (save-excursion
1494 (set-buffer standard-output)
1495 (help-mode))
1493 (print-help-return-message))) 1496 (print-help-return-message)))
1494 1497
1495;; Calendar mode is suitable only for specially formatted data. 1498;; Calendar mode is suitable only for specially formatted data.