comparison lisp/calendar/calendar.el @ 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 5f99af55890d
children a119e2a45c5f
comparison
equal deleted inserted replaced
9858:0e4831555b2c 9859:addf04676b54
1488 (format 1488 (format
1489 "Calendar Mode:\nFor a complete description, type %s\n%s\n" 1489 "Calendar Mode:\nFor a complete description, type %s\n%s\n"
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.
1496 (put 'calendar-mode 'mode-class 'special) 1499 (put 'calendar-mode 'mode-class 'special)
1497 1500