aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-02-04 23:01:27 +0000
committerRichard M. Stallman <[email protected]>1994-02-04 23:01:27 +0000
commit9228cfacd5fb124243299e27681a06ed93b61db0 (patch)
treec05ef373944344f37d484de77a515ff705cb7dd3
parent1f780b790f03e55a66b174f722ff5dd957723397 (diff)
(vc-make-backup-files): Doc fix.
-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 7160558d9d..6420079592 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -36,7 +36,7 @@ when creating new masters.")
(defvar vc-make-backup-files nil
"*If non-nil, backups of registered files are made as with other files.
-If nil (the default), for files covered by version control don't get backups.")
+If nil (the default), files covered by version control don't get backups.")
(defvar vc-rcs-status t
"*If non-nil, revision and locks on RCS working file displayed in modeline.