aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-30 07:56:17 +0000
committerDan Nicolaescu2008-07-30 07:56:17 +0000
commit3f6b73eff6ebfafeab50df3bf9644ad8a4444403 (patch)
tree1bf7311002b1d996f3bd8a135da6af2af6ed5f0d
parent631601b5eb7a656490e879f464592d90c58e8e1a (diff)
downloademacs-3f6b73eff6ebfafeab50df3bf9644ad8a4444403.tar.gz
emacs-3f6b73eff6ebfafeab50df3bf9644ad8a4444403.zip
(VC Directory Mode): Update the display format and fix
the vc-dir command name.
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/vc1-xtra.texi10
2 files changed, 10 insertions, 5 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index ae88839a50f..b93c8dc4f6f 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc1-xtra.texi (VC Directory Mode): Update the display format and fix
4 the vc-dir command name.
5
12008-07-27 Dan Nicolaescu <dann@ics.uci.edu> 62008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * xresources.texi: Remove mentions of Mac Carbon. 8 * xresources.texi: Remove mentions of Mac Carbon.
diff --git a/doc/emacs/vc1-xtra.texi b/doc/emacs/vc1-xtra.texi
index 8c0dc501070..e5ea106979d 100644
--- a/doc/emacs/vc1-xtra.texi
+++ b/doc/emacs/vc1-xtra.texi
@@ -16,12 +16,12 @@ specifically for CVS, is called PCL-CVS. @xref{Top, , About PCL-CVS,
16pcl-cvs, PCL-CVS --- The Emacs Front-End to CVS}. 16pcl-cvs, PCL-CVS --- The Emacs Front-End to CVS}.
17 17
18@kindex C-x v d 18@kindex C-x v d
19@findex vc-directory 19@findex vc-dir
20 When you are working on a large program, it is often useful to find 20 When you are working on a large program, it is often useful to find
21out which files have changed within an entire directory tree, or to view 21out which files have changed within an entire directory tree, or to view
22the status of all files under version control at once, and to perform 22the status of all files under version control at once, and to perform
23version control operations on collections of files. You can use the 23version control operations on collections of files. You can use the
24command @kbd{C-x v d} (@code{vc-directory}) to make a directory listing 24command @kbd{C-x v d} (@code{vc-dir}) to make a directory listing
25that includes only files relevant for version control. 25that includes only files relevant for version control.
26 26
27 @kbd{C-x v d} creates a buffer which uses VC directory mode. This 27 @kbd{C-x v d} creates a buffer which uses VC directory mode. This
@@ -42,9 +42,9 @@ output is used. Here is an example using RCS:
42 42
43@smallexample 43@smallexample
44@group 44@group
45 DIRECTORY ./ 45 ./
46 (modified) file1.c 46 modified file1.c
47 (update) file2.c 47 update file2.c
48@end group 48@end group
49@end smallexample 49@end smallexample
50 50