Mercurial > emacs
changeset 97109:20a9ca33d937
(VC Directory Mode): Update the display format and fix
the vc-dir command name.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 30 Jul 2008 07:56:17 +0000 |
parents | 086f5c9fa0be |
children | 59b62ec53121 |
files | doc/emacs/ChangeLog doc/emacs/vc1-xtra.texi |
diffstat | 2 files changed, 10 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/emacs/ChangeLog Wed Jul 30 07:50:26 2008 +0000 +++ b/doc/emacs/ChangeLog Wed Jul 30 07:56:17 2008 +0000 @@ -1,3 +1,8 @@ +2008-07-30 Dan Nicolaescu <dann@ics.uci.edu> + + * vc1-xtra.texi (VC Directory Mode): Update the display format and fix + the vc-dir command name. + 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu> * xresources.texi: Remove mentions of Mac Carbon.
--- a/doc/emacs/vc1-xtra.texi Wed Jul 30 07:50:26 2008 +0000 +++ b/doc/emacs/vc1-xtra.texi Wed Jul 30 07:56:17 2008 +0000 @@ -16,12 +16,12 @@ pcl-cvs, PCL-CVS --- The Emacs Front-End to CVS}. @kindex C-x v d -@findex vc-directory +@findex vc-dir When you are working on a large program, it is often useful to find out which files have changed within an entire directory tree, or to view the status of all files under version control at once, and to perform version control operations on collections of files. You can use the -command @kbd{C-x v d} (@code{vc-directory}) to make a directory listing +command @kbd{C-x v d} (@code{vc-dir}) to make a directory listing that includes only files relevant for version control. @kbd{C-x v d} creates a buffer which uses VC directory mode. This @@ -42,9 +42,9 @@ @smallexample @group - DIRECTORY ./ - (modified) file1.c - (update) file2.c + ./ + modified file1.c + update file2.c @end group @end smallexample