diff options
| author | Eli Zaretskii | 2002-04-12 18:12:12 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-04-12 18:12:12 +0000 |
| commit | eea6a5e59ba6a1522de04220fd84b503b3707b80 (patch) | |
| tree | fa92a883a3d4224c4e629927fa1a0355038789fe | |
| parent | 9b4505aae5d9a6b24d715125c555666eea48a324 (diff) | |
| download | emacs-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.texi | 3 |
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 |
| 1382 | C-x C-q}), it still performs the next logical version control | 1383 | C-x C-q}), it still performs the next logical version control |
| 1383 | operation, but accepts additional arguments to specify precisely how | 1384 | operation, 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 | |||
| 1398 | the repository. | 1399 | the repository. |
| 1399 | 1400 | ||
| 1400 | @item | 1401 | @item |
| 1402 | @cindex specify name of version control system | ||
| 1401 | Instead of the version number, you can also specify the name of a | 1403 | Instead of the version number, you can also specify the name of a |
| 1402 | version control system. This is useful when one file is being managed | 1404 | version control system. This is useful when one file is being managed |
| 1403 | with two version control systems at the same time (@pxref{Local | 1405 | with 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 | |||
| 1564 | version by typing @kbd{C-x C-q}. | 1566 | version 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 |
| 1568 | default. You can specify a different default by setting the variable | 1571 | default. 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 |