Variable: log-edit-headers-alist

log-edit-headers-alist is a variable defined in log-edit.el.gz.

Value

(("Summary" . log-edit-summary)
 ("Fixes")
 ("Author"))

Documentation

AList of known headers and the face to use to highlight them.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/log-edit.el.gz
(defvar log-edit-headers-alist '(("Summary" . log-edit-summary)
                                 ("Fixes") ("Author"))
  "AList of known headers and the face to use to highlight them.")