Variable: Man-mode-hook

Man-mode-hook is a customizable variable defined in man.el.gz.

Value

nil

Documentation

Hook run when Man mode is enabled.

Source Code

;; Defined in /usr/src/emacs/lisp/man.el.gz
(defcustom Man-mode-hook nil
  "Hook run when Man mode is enabled."
  :type 'hook)