aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-08-06 18:59:52 +0000
committerEli Zaretskii2008-08-06 18:59:52 +0000
commit49989bff35ca7a026944decb1c594b054cde27a8 (patch)
tree8acae747c6c583182e2f8bd2804675eacab2b3e2
parent523a9735371f2045a9fb3ff290b3790386d40d22 (diff)
downloademacs-49989bff35ca7a026944decb1c594b054cde27a8.tar.gz
emacs-49989bff35ca7a026944decb1c594b054cde27a8.zip
(VC Directory Mode): Fix last change.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/vc1-xtra.texi6
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 @@
12008-08-06 Eli Zaretskii <eliz@gnu.org>
2
3 * vc1-xtra.texi (VC Directory Mode): Fix last change.
4
12008-08-06 Dan Nicolaescu <dann@ics.uci.edu> 52008-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
34rule: if VC mode detects that a file changed to up-to-date state since 34rule: if VC mode detects that a file changed to up-to-date state since
35you last looked at it, that state will be shown. 35you last looked at it, that state will be shown.
36 36
37If 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
38the vc-dir command can be chosen with a prefix argument, 38system to use for the @code{vc-dir} command by invoking @code{vc-dir}
39i.e. @kbd{C-u C-x v d}. 39with 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
42the file. Under RCS and SCCS, the name of the user locking the file 42the file. Under RCS and SCCS, the name of the user locking the file