]> git.eshelyaron.com Git - emacs.git/commitdiff
(VC Directory Mode): Update the display format and fix
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 30 Jul 2008 07:56:17 +0000 (07:56 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 30 Jul 2008 07:56:17 +0000 (07:56 +0000)
the vc-dir command name.

doc/emacs/ChangeLog
doc/emacs/vc1-xtra.texi

index ae88839a50f09447ac8e259043f245d9612a7750..b93c8dc4f6fef6a804f7f0b30e430116906aeaa2 100644 (file)
@@ -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.
index 8c0dc501070e3a5c86c03c98755ce78b4f39a69d..e5ea106979d587031b4a58b84712c000a41ca866 100644 (file)
@@ -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