diff options
author | Philip Kaludercic <philipk@posteo.net> | 2022-09-11 13:12:39 +0200 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2022-09-11 13:12:39 +0200 |
commit | 1c1aaa0ecd69184d4ade076d835e22f460e490ab (patch) | |
tree | 7a5241e9e5697fcfd429765d5bd3cbf0d51fa0f8 | |
parent | b4dbf7184cd68ecd8d1a27fbc1407be0eae7e64c (diff) | |
download | emacs-1c1aaa0ecd69184d4ade076d835e22f460e490ab.tar.gz emacs-1c1aaa0ecd69184d4ade076d835e22f460e490ab.tar.bz2 emacs-1c1aaa0ecd69184d4ade076d835e22f460e490ab.zip |
; Use US spelling docstring
* lisp/vc/diff-mode.el (diff-add-log-use-relative-names): Update docstring.
-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 |