aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc-hooks.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index 7160558d9db..64200795928 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -36,7 +36,7 @@ when creating new masters.")
36 36
37(defvar vc-make-backup-files nil 37(defvar vc-make-backup-files nil
38 "*If non-nil, backups of registered files are made as with other files. 38 "*If non-nil, backups of registered files are made as with other files.
39If nil (the default), for files covered by version control don't get backups.") 39If nil (the default), files covered by version control don't get backups.")
40 40
41(defvar vc-rcs-status t 41(defvar vc-rcs-status t
42 "*If non-nil, revision and locks on RCS working file displayed in modeline. 42 "*If non-nil, revision and locks on RCS working file displayed in modeline.