[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 1c1aaa0ecd 3/3: ; Use US spelling docstring
From: |
Philip Kaludercic |
Subject: |
master 1c1aaa0ecd 3/3: ; Use US spelling docstring |
Date: |
Sun, 11 Sep 2022 07:13:01 -0400 (EDT) |
branch: master
commit 1c1aaa0ecd69184d4ade076d835e22f460e490ab
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
; 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 d9eb9bba60..a9591c9d82 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