1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

* lisp/help-mode.el (help-mode): Restore autoload.

This commit is contained in:
Chong Yidong 2011-09-07 10:40:27 -04:00
parent 91ab9c13bf
commit 4feb6e7359
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-09-07 Chong Yidong <cyd@stupidchicken.com>
* help-mode.el (help-mode): Restore autoload.
2011-09-07 Juri Linkov <juri@jurta.org>
* progmodes/compile.el (compilation-start): Let-bind `thisenv' to

View File

@ -265,6 +265,7 @@ The format is (FUNCTION ARGS...).")
'help-function 'customize-create-theme
'help-echo (purecopy "mouse-2, RET: edit this theme file"))
;;;###autoload
(define-derived-mode help-mode special-mode "Help"
"Major mode for viewing help text and navigating references in it.
Entry to this mode runs the normal hook `help-mode-hook'.