diff options
| author | Eli Zaretskii | 2008-08-06 18:59:52 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-08-06 18:59:52 +0000 |
| commit | 49989bff35ca7a026944decb1c594b054cde27a8 (patch) | |
| tree | 8acae747c6c583182e2f8bd2804675eacab2b3e2 | |
| parent | 523a9735371f2045a9fb3ff290b3790386d40d22 (diff) | |
| download | emacs-49989bff35ca7a026944decb1c594b054cde27a8.tar.gz emacs-49989bff35ca7a026944decb1c594b054cde27a8.zip | |
(VC Directory Mode): Fix last change.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/vc1-xtra.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 3e91a6a5125..013bc7c9bf0 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-08-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * vc1-xtra.texi (VC Directory Mode): Fix last change. | ||
| 4 | |||
| 1 | 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * files.texi (Old Revisions): Update the keys used by vc-annotate and | 7 | * files.texi (Old Revisions): Update the keys used by vc-annotate and |
diff --git a/doc/emacs/vc1-xtra.texi b/doc/emacs/vc1-xtra.texi index 7ef34a3d4c5..3b51250d268 100644 --- a/doc/emacs/vc1-xtra.texi +++ b/doc/emacs/vc1-xtra.texi | |||
| @@ -34,9 +34,9 @@ run will always be shown as @file{./}.) There is an exception to this | |||
| 34 | rule: if VC mode detects that a file changed to up-to-date state since | 34 | rule: if VC mode detects that a file changed to up-to-date state since |
| 35 | you last looked at it, that state will be shown. | 35 | you last looked at it, that state will be shown. |
| 36 | 36 | ||
| 37 | If a directory uses more that one VC systems, the VC system to use for | 37 | If a directory uses more that one VC system, you can select which VC |
| 38 | the vc-dir command can be chosen with a prefix argument, | 38 | system to use for the @code{vc-dir} command by invoking @code{vc-dir} |
| 39 | i.e. @kbd{C-u C-x v d}. | 39 | with a prefix argument, i.e.@: @kbd{C-u C-x v d}. |
| 40 | 40 | ||
| 41 | The line for an individual file will show the version control state of | 41 | The line for an individual file will show the version control state of |
| 42 | the file. Under RCS and SCCS, the name of the user locking the file | 42 | the file. Under RCS and SCCS, the name of the user locking the file |