]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/vc/vc.el (vc-prepare-patch): Fix typo.
authorSean Whitton <spwhitton@spwhitton.name>
Mon, 19 Dec 2022 22:15:48 +0000 (15:15 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Tue, 20 Dec 2022 00:17:05 +0000 (17:17 -0700)
lisp/vc/vc.el

index b40bb31b603fe8d6856bf82ebb76e5ecccaeba94..130214b840a94fe9e3a374084c909564718b0b3f 100644 (file)
@@ -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)