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
73ea6d94
Commit
73ea6d94
authored
Nov 29, 1999
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(help-mode-hook): Define.
parent
ebb4159c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
lisp/help.el
lisp/help.el
+5
-0
No files found.
lisp/help.el
View file @
73ea6d94
...
...
@@ -136,6 +136,11 @@ The format is (FUNCTION ARGS...).")
(
setq-default
help-xref-stack
nil
help-xref-stack-item
nil
)
(
defcustom
help-mode-hook
nil
"Hook run by `help-mode'."
:type
'hook
:group
'help
)
(
defun
help-mode
()
"Major mode for viewing help text and navigating references in it.
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