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.")