Variable: help-mode-menu
help-mode-menu is a variable defined in help-mode.el.gz.
Value
Documentation
Menu for Help mode.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/help-mode.el.gz
(easy-menu-define help-mode-menu help-mode-map
"Menu for Help mode."
'("Help-Mode"
["Show Help for Symbol" help-follow-symbol
:help "Show the docs for the symbol at point"]
["Previous Topic" help-go-back
:help "Go back to previous topic in this help buffer"
:active help-xref-stack]
["Next Topic" help-go-forward
:help "Go back to next topic in this help buffer"
:active help-xref-forward-stack]
["Move to Previous Button" backward-button
:help "Move to the Previous Button in the help buffer"]
["Move to Next Button" forward-button
:help "Move to the Next Button in the help buffer"]
["View Source" help-view-source
:help "Go to the source file for the current help item"]
["Goto Info" help-goto-info
:help "Go to the info node for the current help item"]
["Customize" help-customize
:help "Customize variable or face"]))