diff options
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2008-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, | |||
| 16 | pcl-cvs, PCL-CVS --- The Emacs Front-End to CVS}. | 16 | pcl-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 |
| 21 | out which files have changed within an entire directory tree, or to view | 21 | out which files have changed within an entire directory tree, or to view |
| 22 | the status of all files under version control at once, and to perform | 22 | the status of all files under version control at once, and to perform |
| 23 | version control operations on collections of files. You can use the | 23 | version control operations on collections of files. You can use the |
| 24 | command @kbd{C-x v d} (@code{vc-directory}) to make a directory listing | 24 | command @kbd{C-x v d} (@code{vc-dir}) to make a directory listing |
| 25 | that includes only files relevant for version control. | 25 | that 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 | ||