Variable: man-common-map
man-common-map is a variable defined in man.el.gz.
Value
Documentation
Keymap for man-common.
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)