Variable: help-mode-hook
help-mode-hook is a customizable variable defined in help-mode.el.gz.
Value
nil
Documentation
Hook run by help-mode.
Probably introduced at or before Emacs version 19.30.
Source Code
;; Defined in /usr/src/emacs/lisp/help-mode.el.gz
(defcustom help-mode-hook nil
"Hook run by `help-mode'."
:type 'hook
:group 'help)