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-re | Regexp matching an author in "etc/AUTHORS". |
emacs-authors-mode-abbrev-table | Abbrev table for ‘emacs-authors-mode’. |
emacs-authors-mode-hook | Hook run after entering ‘emacs-authors-mode’. |
emacs-authors-mode-map | Keymap for ‘emacs-authors-mode’. |
emacs-authors-mode-syntax-table | Syntax table for ‘emacs-authors-mode’. |
etc-authors-mode-map | Keymap 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-author | Face used for the author in the "etc/AUTHORS" file. See also ‘emacs-authors-mode’. |
emacs-authors-default | Default face used to display the "etc/AUTHORS" file. See also ‘emacs-authors-mode’. |
emacs-authors-descriptor | Face used for the description text in the "etc/AUTHORS" file. See also ‘emacs-authors-mode’. |
emacs-authors-other-files | Face used for the "other files" text in the "etc/AUTHORS" file. See also ‘emacs-authors-mode’. |