help-mode-menu
help-mode-menu is a variable defined in `
help-mode.el
'.
Its value is
(keymap "Help-Mode"
(Show\ Help\ for\ Symbol menu-item "Show Help for Symbol" help-follow-symbol :help "Show the docs for the symbol at point")
(Previous\ Topic menu-item "Previous Topic" help-go-back :help "Go back to previous topic in this help buffer")
(Next\ Topic menu-item "Next Topic" help-go-forward :help "Go back to next topic in this help buffer")
(Move\ to\ Previous\ Button menu-item "Move to Previous Button" backward-button :help "Move to the Next Button in the help buffer")
(Move\ to\ Next\ Button menu-item "Move to Next Button" forward-button :help "Move to the Next Button in the help buffer"))
Documentation:
Menu for Help Mode.