Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4feb6e73
Commit
4feb6e73
authored
Sep 07, 2011
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/help-mode.el (help-mode): Restore autoload.
parent
91ab9c13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/help-mode.el
lisp/help-mode.el
+1
-0
No files found.
lisp/ChangeLog
View file @
4feb6e73
2011-09-07 Chong Yidong <cyd@stupidchicken.com>
* help-mode.el (help-mode): Restore autoload.
2011-09-07 Juri Linkov <juri@jurta.org>
2011-09-07 Juri Linkov <juri@jurta.org>
* progmodes/compile.el (compilation-start): Let-bind `thisenv' to
* progmodes/compile.el (compilation-start): Let-bind `thisenv' to
...
...
lisp/help-mode.el
View file @
4feb6e73
...
@@ -265,6 +265,7 @@ The format is (FUNCTION ARGS...).")
...
@@ -265,6 +265,7 @@ The format is (FUNCTION ARGS...).")
'help-function
'customize-create-theme
'help-function
'customize-create-theme
'help-echo
(
purecopy
"mouse-2, RET: edit this theme file"
))
'help-echo
(
purecopy
"mouse-2, RET: edit this theme file"
))
;;;###autoload
(
define-derived-mode
help-mode
special-mode
"Help"
(
define-derived-mode
help-mode
special-mode
"Help"
"Major mode for viewing help text and navigating references in it.
"Major mode for viewing help text and navigating references in it.
Entry to this mode runs the normal hook `help-mode-hook'.
Entry to this mode runs the normal hook `help-mode-hook'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment