Variable: man-common-hook

man-common-hook is a variable defined in man.el.gz.

Value

nil

Documentation

Hook run after entering Man Shared mode.

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

Source Code

;; Defined in /usr/src/emacs/lisp/man.el.gz
(define-derived-mode man-common special-mode "Man Shared"
  "Parent mode for `Man-mode' like modes.
This mode is here to be inherited by modes that need to use
commands from `Man-mode'.  Used by `woman'.
(In itself, this mode currently does nothing.)"
  :interactive nil)