Variable: man-common-abbrev-table

man-common-abbrev-table is a variable defined in man.el.gz.

Value

[## 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]

Documentation

Abbrev table 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)