From: Sean Whitton Date: Mon, 19 Dec 2022 22:15:48 +0000 (-0700) Subject: ; * lisp/vc/vc.el (vc-prepare-patch): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8739cba1ee0336cef444ec07f170879e67f68202;p=emacs.git ; * lisp/vc/vc.el (vc-prepare-patch): Fix typo. --- diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index b40bb31b603..130214b840a 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)