projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
699e40c
)
Further diff-no-select doc string clarification
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 12 Sep 2020 11:06:35 +0000
(13:06 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 12 Sep 2020 11:06:35 +0000
(13:06 +0200)
* lisp/vc/diff.el (diff-no-select): Doc string clarification.
lisp/vc/diff.el
patch
|
blob
|
history
diff --git
a/lisp/vc/diff.el
b/lisp/vc/diff.el
index edb231cf6052f4aba4bc5db2a12d596416e1829d..469888078c467c30eee3063db864f87445040487 100644
(file)
--- a/
lisp/vc/diff.el
+++ b/
lisp/vc/diff.el
@@
-148,7
+148,8
@@
Possible values are:
"Compare the OLD and NEW file/buffer.
If the optional SWITCHES is nil, the switches specified in the
variable ‘diff-switches’ are passed to the diff command,
-otherwise SWITCHES is used.
+otherwise SWITCHES is used. SWITCHES can be a string or a list
+of strings.
If NO-ASYNC is non-nil, call diff synchronously.