aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-04-12 18:12:12 +0000
committerEli Zaretskii2002-04-12 18:12:12 +0000
commiteea6a5e59ba6a1522de04220fd84b503b3707b80 (patch)
treefa92a883a3d4224c4e629927fa1a0355038789fe
parent9b4505aae5d9a6b24d715125c555666eea48a324 (diff)
downloademacs-eea6a5e59ba6a1522de04220fd84b503b3707b80.tar.gz
emacs-eea6a5e59ba6a1522de04220fd84b503b3707b80.zip
(Advanced C-x C-q, Registering): Add index entries for specifying
a certain version.
-rw-r--r--man/files.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/files.texi b/man/files.texi
index 621972a9219..c869c3b4076 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -1378,6 +1378,7 @@ file, just as it does with RCS in its normal (locking) mode.
1378@node Advanced C-x C-q 1378@node Advanced C-x C-q
1379@subsubsection Advanced Control in @kbd{C-x C-q} 1379@subsubsection Advanced Control in @kbd{C-x C-q}
1380 1380
1381@cindex specify version number to check in/out
1381 When you give a prefix argument to @code{vc-next-action} (@kbd{C-u 1382 When you give a prefix argument to @code{vc-next-action} (@kbd{C-u
1382C-x C-q}), it still performs the next logical version control 1383C-x C-q}), it still performs the next logical version control
1383operation, but accepts additional arguments to specify precisely how 1384operation, but accepts additional arguments to specify precisely how
@@ -1398,6 +1399,7 @@ C-q @key{RET}} is a convenient way to get the latest version of a file from
1398the repository. 1399the repository.
1399 1400
1400@item 1401@item
1402@cindex specify name of version control system
1401Instead of the version number, you can also specify the name of a 1403Instead of the version number, you can also specify the name of a
1402version control system. This is useful when one file is being managed 1404version control system. This is useful when one file is being managed
1403with two version control systems at the same time (@pxref{Local 1405with two version control systems at the same time (@pxref{Local
@@ -1564,6 +1566,7 @@ registering a file with CVS, you must subsequently commit the initial
1564version by typing @kbd{C-x C-q}. 1566version by typing @kbd{C-x C-q}.
1565 1567
1566@vindex vc-default-init-version 1568@vindex vc-default-init-version
1569@cindex specify initial version number to register
1567 The initial version number for a newly registered file is 1.1, by 1570 The initial version number for a newly registered file is 1.1, by
1568default. You can specify a different default by setting the variable 1571default. You can specify a different default by setting the variable
1569@code{vc-default-init-version}, or you can give @kbd{C-x v i} a numeric 1572@code{vc-default-init-version}, or you can give @kbd{C-x v i} a numeric