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:
parent
91ab9c13bf
commit
4feb6e7359
@ -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
|
||||
|
@ -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'.
|
||||
|
Loading…
Reference in New Issue
Block a user