File: etc-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 (5)

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

Defined functions (4)

etc-authors-mode()
etc-authors-mode--hide-local-variables()
etc-authors-next-author(&optional ARG)
etc-authors-prev-author(&optional ARG)

Defined faces (4)

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