]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
authorGlenn Morris <rgm@gnu.org>
Mon, 31 Dec 2012 20:13:28 +0000 (12:13 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 31 Dec 2012 20:13:28 +0000 (12:13 -0800)
lisp/ChangeLog
lisp/vc/log-edit.el

index 6a1ebc7e0e6bf959cf3f2121bba07e173880377b..e910b2cc502e77b4159f639b060bae54c51eca5f 100644 (file)
@@ -1,3 +1,7 @@
+2012-12-31  Glenn Morris  <rgm@gnu.org>
+
+       * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
+
 2012-12-31  Fabián Ezequiel Gallina  <fgallina@cuca>
 
        * progmodes/python.el: Support other commands triggering
index 3c34a762a1ba314c95a938598962f40d08effa92..793644d9091479858bd3dcf428eafd60a4a56dc0 100644 (file)
@@ -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.