projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4dbf71
)
; Use US spelling docstring
author
Philip Kaludercic
<philipk@posteo.net>
Sun, 11 Sep 2022 11:12:39 +0000
(13:12 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Sun, 11 Sep 2022 11:12:39 +0000
(13:12 +0200)
* lisp/vc/diff-mode.el (diff-add-log-use-relative-names): Update docstring.
lisp/vc/diff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/vc/diff-mode.el
b/lisp/vc/diff-mode.el
index d9eb9bba60699e84f47d8be2ee6f191b119e34ab..a9591c9d82eb01c9cbc87ee03868bbe1dfbbe0a0 100644
(file)
--- 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 behavio
u
r of
+repository. This option affects the behavior of
`diff-add-log-current-defuns'."
:type 'boolean
:safe #'booleanp