]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/vc1-xtra.texi (Editing VC Commands): Fix wording.
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Sep 2022 18:55:38 +0000 (21:55 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Sep 2022 18:55:38 +0000 (21:55 +0300)
doc/emacs/vc1-xtra.texi

index a8ceb1b790648dc7d8e520eb6b8f20ffbb5e3cdf..05d214438044f1612e62636c582c4766963a74b1 100644 (file)
@@ -270,16 +270,17 @@ with the file's version control type.
 @findex vc-edit-next-command
 @kindex C-x v !
 You can use the @kbd{C-x v !} (@code{vc-edit-next-command}) prefix
-command to request an opportunity to edit the VC shell commands that
-Emacs will run.  This is primarily intended to make it possible to
-access version control system-specific functionality without
-complexifying either the VC command set or the backend API.
+command to edit the shell command line that VC is about to run.  This
+is primarily intended to make it possible to add optional command-line
+arguments to VCS commands without unnecessary complications of the VC
+command set and its interfaces with the backend.
 
 For example, Git can produce logs of more than one branch, but
 @kbd{C-x v b l} (@code{vc-print-branch-log}) prompts for the name of
 just one branch.  To obtain a log of more than one branch, you can
-type @kbd{C-x v ! C-x v b l} and then append the names of additional
-branches to the end of the @code{git log} command that VC prepares.
+type @w{@kbd{C-x v ! C-x v b l}} and then append the names of
+additional branches to the end of the @samp{git log} command that VC
+is about to run.
 
 @node Customizing VC
 @subsection Customizing VC