changeset 103722:6b137b54c7d3

* add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 05 Jul 2009 04:53:22 +0000
parents acd3dca1fbfb
children a18909b5a393
files lisp/ChangeLog lisp/add-log.el
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Jul 04 13:20:09 2009 +0000
+++ b/lisp/ChangeLog	Sun Jul 05 04:53:22 2009 +0000
@@ -1,3 +1,8 @@
+2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
+
+	* add-log.el (add-log-current-defun-header-regexp): Doc
+	fix (Bug#2217).
+
 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
 
 	* eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
--- a/lisp/add-log.el	Sat Jul 04 13:20:09 2009 +0000
+++ b/lisp/add-log.el	Sun Jul 05 04:53:22 2009 +0000
@@ -1095,7 +1095,9 @@
 
 (defcustom add-log-current-defun-header-regexp
   "^\\([[:upper:]][[:upper:]_ ]*[[:upper:]_]\\|[-_[:alpha:]]+\\)[ \t]*[:=]"
-  "Heuristic regexp used by `add-log-current-defun' for unknown major modes."
+  "Heuristic regexp used by `add-log-current-defun' for unknown major modes.
+The regexp's first submatch is placed in the ChangeLog entry, in
+parentheses."
   :type 'regexp
   :group 'change-log)