changeset 94838:2a1620ce5398

Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 10 May 2008 08:09:39 +0000
parents 55eb2a3c59b4
children f82e9e80393e
files doc/emacs/files.texi
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/files.texi	Sat May 10 05:34:55 2008 +0000
+++ b/doc/emacs/files.texi	Sat May 10 08:09:39 2008 +0000
@@ -1627,7 +1627,7 @@
 you will notice is in the directory mode. Other than @kbd{C-x v v}, most
 VC-mode commands once operated on only one file selected by the line
 the cursor is on.  The change in the behavior of @kbd{C-x v v} outside
-VC directory mode is more subtle.  Formerly it operated in parallel on all
+VC Directory Mode is more subtle.  Formerly it operated in parallel on all
 marked files, but did not pass them to the version-control backends as
 a group.  Now it does, which enables VC to drive changeset-based
 version-control systems.
@@ -1807,12 +1807,12 @@
   In the @samp{*VC-Log*} buffer, @kbd{C-c C-f} (@kbd{M-x
 log-edit-show-files}) shows the list of files to be committed in case
 you need to check that.  (This can be a list of more than one file if
-you use VC directory mode or PCL-CVS.)
+you use VC Directory Mode or PCL-CVS.)
 @iftex
-@xref{VC directory mode,,,emacs-xtra, Specialized Emacs Features},
+@xref{VC Directory Mode,,,emacs-xtra, Specialized Emacs Features},
 @end iftex
 @ifnottex
-@xref{VC directory mode},
+@xref{VC Directory Mode},
 @end ifnottex
 and @ref{Top, , About PCL-CVS, pcl-cvs, PCL-CVS --- The Emacs
 Front-End to CVS}.)
@@ -1831,7 +1831,7 @@
 is the normal way to do things on a changeset-oriented system, where
 comments are attached to changesets rather than the history of
 individual files.)  The most convenient way to do this is to mark all the
-files in VC directory mode and check in from there; the log buffer will
+files in VC Directory Mode and check in from there; the log buffer will
 carry the fileset information with it and do a group commit when you
 confirm it with @kbd{C-c C-c}.