aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/files.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/man/files.texi b/man/files.texi
index 795b6c026b2..9a4a2042fc4 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -1124,6 +1124,10 @@ from the Free Software Foundation. We also have free software to
1124replace SCCS, known as CSSC; if you are using SCCS and don't want to 1124replace SCCS, known as CSSC; if you are using SCCS and don't want to
1125make the incompatible change to RCS or CVS, you can switch to CSSC. 1125make the incompatible change to RCS or CVS, you can switch to CSSC.
1126 1126
1127 VC is enabled by default in Emacs. To disable it, set the
1128customizable variable @code{vc-handled-backends} to @code{nil}
1129(@pxref{Customizing VC}).
1130
1127@menu 1131@menu
1128* Introduction to VC:: How version control works in general. 1132* Introduction to VC:: How version control works in general.
1129* VC Mode Line:: How the mode line shows version control status. 1133* VC Mode Line:: How the mode line shows version control status.
@@ -2494,7 +2498,8 @@ The variable @code{vc-handled-backends} determines which version
2494control systems VC should handle. The default value is @code{(RCS CVS 2498control systems VC should handle. The default value is @code{(RCS CVS
2495SCCS)}, so it contains all three version systems that are currently 2499SCCS)}, so it contains all three version systems that are currently
2496supported. If you want VC to ignore one or more of these systems, 2500supported. If you want VC to ignore one or more of these systems,
2497exclude its name from the list. 2501exclude its name from the list. To disable VC entirely, set this
2502variable to @code{nil}.
2498 2503
2499The order of systems in the list is significant: when you visit a file 2504The order of systems in the list is significant: when you visit a file
2500registered in more than one system (@pxref{Local Version Control}), 2505registered in more than one system (@pxref{Local Version Control}),