summaryrefslogtreecommitdiff
path: root/lisp/vc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-12-31 12:13:28 -0800
committerGlenn Morris <rgm@gnu.org>2012-12-31 12:13:28 -0800
commitb83a2ddd474ef0277395380e310520b4b44ae2d0 (patch)
treed7b2017ad89e92a6f71bb69ba2c47be801c7fb17 /lisp/vc
parent9800c5b0597984c71ef40fc6e5438d4242227ec4 (diff)
downloademacs-b83a2ddd474ef0277395380e310520b4b44ae2d0.tar.gz
* lisp/vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/log-edit.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el
index 3c34a762a1b..793644d9091 100644
--- a/lisp/vc/log-edit.el
+++ b/lisp/vc/log-edit.el
@@ -319,7 +319,9 @@ automatically."
"AList of known headers and the face to use to highlight them.")
(defconst log-edit-header-contents-regexp
- "[ \t]*\\(.*\\(\n[ \t].*\\)*\\)\n?")
+ "[ \t]*\\(.*\\(\n[ \t].*\\)*\\)\n?"
+ "Regular expression matching a header field.
+The first subexpression is the actual text of the field.")
(defun log-edit-match-to-eoh (_limit)
;; FIXME: copied from message-match-to-eoh.