Variable: log-edit-font-lock-gnu-style

log-edit-font-lock-gnu-style is a variable defined in log-edit.el.gz.

Value

nil

Documentation

If non-nil, highlight common failures to follow VC commit log conventions.

The conventions checked are those described in the GNU coding standards document.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/log-edit.el.gz
(defvar log-edit-font-lock-gnu-style nil
  "If non-nil, highlight common failures to follow VC commit log conventions.
The conventions checked are those described in the GNU coding standards
document.")