diff options
| author | Cesar Quiroz | 2016-03-14 19:45:29 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-03-14 19:45:29 +0200 |
| commit | f3033d4d028c1cd7c36ce9e9aa82f4a6c33f57c7 (patch) | |
| tree | 0706037e7c71bc195030bf8f8fbff03e86a09abf | |
| parent | 4235d2d9eaa3b64d3172f6c60f1e71704795af89 (diff) | |
| download | emacs-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.texi | 18 |
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}) |
| 1293 | the current VC fileset. If you mark a directory entry with @kbd{m}, | 1293 | are in the current VC fileset. If you mark a directory entry with |
| 1294 | all 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 |
| 1295 | fileset. The files and directories that belong to the current VC | 1295 | current VC fileset. The files and directories that belong to the |
| 1296 | fileset are indicated with a @samp{*} character in the VC Directory | 1296 | current VC fileset are indicated with a @samp{*} character in the VC |
| 1297 | buffer, next to their VC status. In this way, you can set up a | 1297 | Directory buffer, next to their VC status. In this way, you can set |
| 1298 | multi-file VC fileset to be acted on by VC commands like @w{@kbd{C-x v | 1298 | up a multi-file VC fileset to be acted on by VC commands like |
| 1299 | v}} (@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 =}} |
| 1300 | Revisions}), 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 |
| 1303 | VC commands with the @kbd{C-x v} prefix: @kbd{=}, @kbd{+}, @kbd{l}, | 1303 | VC commands with the @kbd{C-x v} prefix: @kbd{=}, @kbd{+}, @kbd{l}, |