Variable: log-edit-header-contents-regexp

log-edit-header-contents-regexp is a variable defined in log-edit.el.gz.

Value

"[      ]*\\(.*\\(\n[   ].*\\)*\\)\n?"

Documentation

Regular expression matching the header field in log-edit-mode.

The first subexpression is the actual text of the field.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/log-edit.el.gz
(defconst log-edit-header-contents-regexp
  "[ \t]*\\(.*\\(\n[ \t].*\\)*\\)\n?"
  "Regular expression matching the header field in `log-edit-mode'.
The first subexpression is the actual text of the field.")