emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8739cba1ee 2/2: ; * lisp/vc/vc.el (vc-prepare-patch): Fix typo.


From: Sean Whitton
Subject: master 8739cba1ee 2/2: ; * lisp/vc/vc.el (vc-prepare-patch): Fix typo.
Date: Mon, 19 Dec 2022 19:17:49 -0500 (EST)

branch: master
commit 8739cba1ee0336cef444ec07f170879e67f68202
Author: Sean Whitton <spwhitton@spwhitton.name>
Commit: Sean Whitton <spwhitton@spwhitton.name>

    ; * lisp/vc/vc.el (vc-prepare-patch): Fix typo.
---
 lisp/vc/vc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index b40bb31b60..130214b840 100644
--- 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]