From f3033d4d028c1cd7c36ce9e9aa82f4a6c33f57c7 Mon Sep 17 00:00:00 2001 From: Cesar Quiroz Date: Mon, 14 Mar 2016 19:45:29 +0200 Subject: [PATCH] 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 --- doc/emacs/maintaining.texi | 18 +++++++++--------- 1 file 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. @findex vc-dir-mark @findex vc-dir-mark-all-files While in the VC Directory buffer, all the files that you mark with -@kbd{m} (@code{vc-dir-mark}) or @kbd{M} (@code{vc-dir-mark}) are in -the current VC fileset. If you mark a directory entry with @kbd{m}, -all the listed files in that directory tree are in the current VC -fileset. The files and directories that belong to the current VC -fileset are indicated with a @samp{*} character in the VC Directory -buffer, next to their VC status. In this way, you can set up a -multi-file VC fileset to be acted on by VC commands like @w{@kbd{C-x v -v}} (@pxref{Basic VC Editing}), @w{@kbd{C-x v =}} (@pxref{Old -Revisions}), and @w{@kbd{C-x v u}} (@pxref{VC Undo}). +@kbd{m} (@code{vc-dir-mark}) or @kbd{M} (@code{vc-dir-mark-all-files}) +are in the current VC fileset. If you mark a directory entry with +@kbd{m}, all the listed files in that directory tree are in the +current VC fileset. The files and directories that belong to the +current VC fileset are indicated with a @samp{*} character in the VC +Directory buffer, next to their VC status. In this way, you can set +up a multi-file VC fileset to be acted on by VC commands like +@w{@kbd{C-x v v}} (@pxref{Basic VC Editing}), @w{@kbd{C-x v =}} +(@pxref{Old Revisions}), and @w{@kbd{C-x v u}} (@pxref{VC Undo}). The VC Directory buffer also defines some single-key shortcuts for VC commands with the @kbd{C-x v} prefix: @kbd{=}, @kbd{+}, @kbd{l}, -- 2.11.4.GIT