aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCesar Quiroz2016-03-14 19:45:29 +0200
committerEli Zaretskii2016-03-14 19:45:29 +0200
commitf3033d4d028c1cd7c36ce9e9aa82f4a6c33f57c7 (patch)
tree0706037e7c71bc195030bf8f8fbff03e86a09abf
parent4235d2d9eaa3b64d3172f6c60f1e71704795af89 (diff)
downloademacs-f3033d4d028c1cd7c36ce9e9aa82f4a6c33f57c7.tar.gz
emacs-f3033d4d028c1cd7c36ce9e9aa82f4a6c33f57c7.zip
Fix a typo in the Emacs manual
* doc/emacs/maintaining.texi (VC Directory Commands): Fix a typo in a command name. Copyright-paperwork-exempt: yes
-rw-r--r--doc/emacs/maintaining.texi18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 887960e0350..797b53f16e8 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1289,15 +1289,15 @@ whose state is that of the item at point.
1289@findex vc-dir-mark 1289@findex vc-dir-mark
1290@findex vc-dir-mark-all-files 1290@findex vc-dir-mark-all-files
1291 While in the VC Directory buffer, all the files that you mark with 1291 While in the VC Directory buffer, all the files that you mark with
1292@kbd{m} (@code{vc-dir-mark}) or @kbd{M} (@code{vc-dir-mark}) are in 1292@kbd{m} (@code{vc-dir-mark}) or @kbd{M} (@code{vc-dir-mark-all-files})
1293the current VC fileset. If you mark a directory entry with @kbd{m}, 1293are in the current VC fileset. If you mark a directory entry with
1294all the listed files in that directory tree are in the current VC 1294@kbd{m}, all the listed files in that directory tree are in the
1295fileset. The files and directories that belong to the current VC 1295current VC fileset. The files and directories that belong to the
1296fileset are indicated with a @samp{*} character in the VC Directory 1296current VC fileset are indicated with a @samp{*} character in the VC
1297buffer, next to their VC status. In this way, you can set up a 1297Directory buffer, next to their VC status. In this way, you can set
1298multi-file VC fileset to be acted on by VC commands like @w{@kbd{C-x v 1298up a multi-file VC fileset to be acted on by VC commands like
1299v}} (@pxref{Basic VC Editing}), @w{@kbd{C-x v =}} (@pxref{Old 1299@w{@kbd{C-x v v}} (@pxref{Basic VC Editing}), @w{@kbd{C-x v =}}
1300Revisions}), and @w{@kbd{C-x v u}} (@pxref{VC Undo}). 1300(@pxref{Old Revisions}), and @w{@kbd{C-x v u}} (@pxref{VC Undo}).
1301 1301
1302 The VC Directory buffer also defines some single-key shortcuts for 1302 The VC Directory buffer also defines some single-key shortcuts for
1303VC commands with the @kbd{C-x v} prefix: @kbd{=}, @kbd{+}, @kbd{l}, 1303VC commands with the @kbd{C-x v} prefix: @kbd{=}, @kbd{+}, @kbd{l},