Variable: Info-selection-hook
Info-selection-hook is a customizable variable defined in info.el.gz.
Value
nil
Documentation
Hook run when an Info node is selected as the current node.
Source Code
;; Defined in /usr/src/emacs/lisp/info.el.gz
(defcustom Info-selection-hook nil
"Hook run when an Info node is selected as the current node."
:type 'hook)