aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/log-edit.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el
index 791215b8000..f324f248094 100644
--- a/lisp/vc/log-edit.el
+++ b/lisp/vc/log-edit.el
@@ -120,8 +120,9 @@ If SETUP is 'force, this variable has no effect."
120 :type 'boolean) 120 :type 'boolean)
121 121
122(defcustom log-edit-setup-add-author nil 122(defcustom log-edit-setup-add-author nil
123 "Non-nil means `log-edit' should add the `Author:' header when 123 "Non-nil means `log-edit' may add the `Author:' header.
124its SETUP argument is non-nil." 124This applies when its SETUP argument is non-nil."
125 :version "24.4"
125 :group 'log-edit 126 :group 'log-edit
126 :type 'boolean 127 :type 'boolean
127 :safe 'booleanp) 128 :safe 'booleanp)