projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaca728
)
; * lisp/vc/vc.el (vc-prepare-patch): Fix typo.
author
Sean Whitton
<spwhitton@spwhitton.name>
Mon, 19 Dec 2022 22:15:48 +0000
(15:15 -0700)
committer
Sean Whitton
<spwhitton@spwhitton.name>
Tue, 20 Dec 2022 00:17:05 +0000
(17:17 -0700)
lisp/vc/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc.el
b/lisp/vc/vc.el
index b40bb31b603fe8d6856bf82ebb76e5ecccaeba94..130214b840a94fe9e3a374084c909564718b0b3f 100644
(file)
--- a/
lisp/vc/vc.el
+++ b/
lisp/vc/vc.el
@@
-3433,7
+3433,7
@@
revision, with SUBJECT derived from each revision subject.
When invoked with a numerical prefix argument, use the last N
revisions.
When invoked interactively in a Log View buffer with
-marked revisions, use those
these
."
+marked revisions, use those."
(interactive
(let ((revs (vc-prepare-patch-prompt-revisions)) to)
(require 'message)