From 1c1aaa0ecd69184d4ade076d835e22f460e490ab Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sun, 11 Sep 2022 13:12:39 +0200 Subject: [PATCH] ; Use US spelling docstring * lisp/vc/diff-mode.el (diff-add-log-use-relative-names): Update docstring. --- lisp/vc/diff-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2