Variable: etc-authors-mode-abbrev-table
etc-authors-mode-abbrev-table is a variable defined in
etc-authors-mode.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 etc-authors-mode.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/etc-authors-mode.el.gz
;;;###autoload
(define-derived-mode etc-authors-mode special-mode "Authors View"
"Major mode for viewing \"etc/AUTHORS\" from the Emacs distribution.
Provides some basic font locking and not much else."
(setq-local font-lock-defaults
'(etc-authors-mode-font-lock-keywords nil nil ((?_ . "w"))))
(setq font-lock-multiline nil)
(etc-authors-mode--hide-local-variables))