summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-05-10 08:09:39 +0000
committerEli Zaretskii <eliz@gnu.org>2008-05-10 08:09:39 +0000
commit1b194392468cf8d1813844298a6507963d4284c1 (patch)
treeaa176f51b43804f65eab80d2e986c7b00fa73d20 /doc
parente952b7113684d3097c074df8d78111af489268e1 (diff)
downloademacs-1b194392468cf8d1813844298a6507963d4284c1.tar.gz
Fix last change.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/files.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index fe971e6ff80..9d525393004 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -1627,7 +1627,7 @@ line in the directory of the selected buffer.
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 @@ the revision control log.
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 @@ convenient to specify the same log entry for many of the files. (This
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}.