summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-09-11 13:12:39 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-09-11 13:12:39 +0200
commit1c1aaa0ecd69184d4ade076d835e22f460e490ab (patch)
tree7a5241e9e5697fcfd429765d5bd3cbf0d51fa0f8
parentb4dbf7184cd68ecd8d1a27fbc1407be0eae7e64c (diff)
downloademacs-1c1aaa0ecd69184d4ade076d835e22f460e490ab.tar.gz
; Use US spelling docstring
* lisp/vc/diff-mode.el (diff-add-log-use-relative-names): Update docstring.
-rw-r--r--lisp/vc/diff-mode.el2
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