diff options
Diffstat (limited to 'lisp/vc')
-rw-r--r-- | lisp/vc/log-edit.el | 5 |
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." :type 'boolean) (defcustom log-edit-setup-add-author nil - "Non-nil means `log-edit' should add the `Author:' header when -its SETUP argument is non-nil." + "Non-nil means `log-edit' may add the `Author:' header. +This applies when its SETUP argument is non-nil." + :version "24.4" :group 'log-edit :type 'boolean :safe 'booleanp) |