diff options
Diffstat (limited to 'lisp/vc/diff-mode.el')
-rw-r--r-- | lisp/vc/diff-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index d9eb9bba606..a9591c9d82e 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el @@ -2341,7 +2341,7 @@ Call FUN with two args (BEG and END) for each hunk." (defcustom diff-add-log-use-relative-names nil "Use relative file names when generating ChangeLog skeletons. The files will be relative to the root directory of the VC -repository. This option affects the behaviour of +repository. This option affects the behavior of `diff-add-log-current-defuns'." :type 'boolean :safe #'booleanp |