diff options
author | Bob Rogers <rogers-emacs@rgrjr.dyndns.org> | 2010-11-23 00:18:26 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-11-23 00:18:26 -0800 |
commit | 17a6e2788d7b2b9f95bef9af3cf6b49786ebc0a1 (patch) | |
tree | daf4b7dba697057298e169a39b62589fba173305 /doc/emacs/vc1-xtra.texi | |
parent | b8e5cf1da0ef8f5e3cc37dd4276fe813f0305182 (diff) | |
download | emacs-17a6e2788d7b2b9f95bef9af3cf6b49786ebc0a1.tar.gz emacs-17a6e2788d7b2b9f95bef9af3cf6b49786ebc0a1.tar.bz2 emacs-17a6e2788d7b2b9f95bef9af3cf6b49786ebc0a1.zip |
Small VC fixes for doc/emacs.
* doc/emacs/maintaining.texi (VC With A Locking VCS, VC Directory Commands):
* doc/emacs/vc1-xtra.texi (Customizing VC, General VC Options): Small fixes.
Diffstat (limited to 'doc/emacs/vc1-xtra.texi')
-rw-r--r-- | doc/emacs/vc1-xtra.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/vc1-xtra.texi b/doc/emacs/vc1-xtra.texi index 5095c3f4764..04d37719013 100644 --- a/doc/emacs/vc1-xtra.texi +++ b/doc/emacs/vc1-xtra.texi @@ -594,7 +594,7 @@ headers. @vindex vc-handled-backends The variable @code{vc-handled-backends} determines which version control systems VC should handle. The default value is @code{(RCS CVS -SVN SCCS BZR GIT HG Arch)}, so it contains all the version systems +SVN SCCS Bzr Git Hg Mtn Arch)}, so it contains all the version systems that are currently supported. If you want VC to ignore one or more of these systems, exclude its name from the list. To disable VC entirely, set this variable to @code{nil}. @@ -657,8 +657,8 @@ variable does not affect @kbd{C-x v c}; that operation is so drastic that it should always ask for confirmation.) @vindex vc-command-messages - VC mode does much of its work by running the shell commands for RCS, -CVS and SCCS. If @code{vc-command-messages} is non-@code{nil}, VC + VC mode does much of its work by running the shell commands for the +appropriate backend. If @code{vc-command-messages} is non-@code{nil}, VC displays messages to indicate which shell commands it runs, and additional messages when the commands finish. |