diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-04-14 17:41:32 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-04-14 17:41:32 +0000 |
commit | 37b844b96a6b841f01ffd858a75c42cac28976d8 (patch) | |
tree | 7fc60ee772b37f3051945ffa0fdbf99d8ea68338 /man/files.texi | |
parent | 6727b88a321851d835e956c91ebc0bbc2d5fdf04 (diff) | |
download | emacs-37b844b96a6b841f01ffd858a75c42cac28976d8.tar.gz |
Fix last change.
Diffstat (limited to 'man/files.texi')
-rw-r--r-- | man/files.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/files.texi b/man/files.texi index c869c3b4076..85aa534b585 100644 --- a/man/files.texi +++ b/man/files.texi @@ -1378,7 +1378,7 @@ file, just as it does with RCS in its normal (locking) mode. @node Advanced C-x C-q @subsubsection Advanced Control in @kbd{C-x C-q} -@cindex specify version number to check in/out +@cindex version number to check in/out When you give a prefix argument to @code{vc-next-action} (@kbd{C-u C-x C-q}), it still performs the next logical version control operation, but accepts additional arguments to specify precisely how @@ -1399,7 +1399,7 @@ C-q @key{RET}} is a convenient way to get the latest version of a file from the repository. @item -@cindex specify name of version control system +@cindex specific version control system Instead of the version number, you can also specify the name of a version control system. This is useful when one file is being managed with two version control systems at the same time (@pxref{Local @@ -1566,7 +1566,7 @@ registering a file with CVS, you must subsequently commit the initial version by typing @kbd{C-x C-q}. @vindex vc-default-init-version -@cindex specify initial version number to register +@cindex initial version number to register The initial version number for a newly registered file is 1.1, by default. You can specify a different default by setting the variable @code{vc-default-init-version}, or you can give @kbd{C-x v i} a numeric |