diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-09-07 10:40:27 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-09-07 10:40:27 -0400 |
commit | 4feb6e7359c345a00e1c8020be444fc6c2e22f1a (patch) | |
tree | 17bdee76e5b828a09d40e97e36df63496b23f434 /lisp/help-mode.el | |
parent | 91ab9c13bfffea4b4c3634a1782e23da1b0de5b3 (diff) | |
download | emacs-4feb6e7359c345a00e1c8020be444fc6c2e22f1a.tar.gz |
* lisp/help-mode.el (help-mode): Restore autoload.
Diffstat (limited to 'lisp/help-mode.el')
-rw-r--r-- | lisp/help-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 64c114c993d..5d67a6c4f4c 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -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'. |