File: emacs-authors-mode.el.html

Major mode to display the etc/AUTHORS file from the Emacs distribution. Provides some basic font locking and not much else.

Defined variables (6)

emacs-authors--author-reRegexp matching an author in "etc/AUTHORS".
emacs-authors-mode-abbrev-tableAbbrev table for ‘emacs-authors-mode’.
emacs-authors-mode-hookHook run after entering ‘emacs-authors-mode’.
emacs-authors-mode-mapKeymap for ‘emacs-authors-mode’.
emacs-authors-mode-syntax-tableSyntax table for ‘emacs-authors-mode’.
etc-authors-mode-mapKeymap for ‘emacs-authors-mode’.

Defined functions (6)

emacs-authors-mode()
emacs-authors-next-author(&optional ARG)
emacs-authors-prev-author(&optional ARG)
etc-authors-mode()
etc-authors-next-author(&optional ARG)
etc-authors-prev-author(&optional ARG)

Defined faces (4)

emacs-authors-authorFace used for the author in the "etc/AUTHORS" file. See also ‘emacs-authors-mode’.
emacs-authors-defaultDefault face used to display the "etc/AUTHORS" file. See also ‘emacs-authors-mode’.
emacs-authors-descriptorFace used for the description text in the "etc/AUTHORS" file. See also ‘emacs-authors-mode’.
emacs-authors-other-filesFace used for the "other files" text in the "etc/AUTHORS" file. See also ‘emacs-authors-mode’.