[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/doc/emacs/vc1-xtra.texi,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/doc/emacs/vc1-xtra.texi,v |
Date: |
Wed, 30 Jul 2008 07:56:17 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/30 07:56:17
Index: vc1-xtra.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/emacs/vc1-xtra.texi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- vc1-xtra.texi 16 May 2008 22:42:32 -0000 1.5
+++ vc1-xtra.texi 30 Jul 2008 07:56:17 -0000 1.6
@@ -16,12 +16,12 @@
pcl-cvs, PCL-CVS --- The Emacs Front-End to CVS}.
@kindex C-x v d
address@hidden vc-directory
address@hidden 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/doc/emacs/vc1-xtra.texi,v,
Dan Nicolaescu <=