From 3f6b73eff6ebfafeab50df3bf9644ad8a4444403 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Wed, 30 Jul 2008 07:56:17 +0000 Subject: [PATCH] (VC Directory Mode): Update the display format and fix the vc-dir command name. --- doc/emacs/ChangeLog | 5 +++++ doc/emacs/vc1-xtra.texi | 10 +++++----- 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 @@ +2008-07-30 Dan Nicolaescu + + * vc1-xtra.texi (VC Directory Mode): Update the display format and fix + the vc-dir command name. + 2008-07-27 Dan Nicolaescu * 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, 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 @@ output is used. Here is an example using RCS: @smallexample @group - DIRECTORY ./ - (modified) file1.c - (update) file2.c + ./ + modified file1.c + update file2.c @end group @end smallexample -- 2.39.2