aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc-hooks.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index ff22fd58698..b8ec3871647 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -70,7 +70,7 @@ If nil (the default), files covered by version control don't get backups.")
70Otherwise, not displayed.") 70Otherwise, not displayed.")
71 71
72(defvar vc-consult-headers t 72(defvar vc-consult-headers t
73 "*Identify work files by searching for version headers.") 73 "*If non-nil, identify work files by searching for version headers.")
74 74
75(defvar vc-keep-workfiles t 75(defvar vc-keep-workfiles t
76 "*If non-nil, don't delete working files after registering changes. 76 "*If non-nil, don't delete working files after registering changes.
@@ -78,7 +78,9 @@ If the back-end is CVS, workfiles are always kept, regardless of the
78value of this flag.") 78value of this flag.")
79 79
80(defvar vc-mistrust-permissions nil 80(defvar vc-mistrust-permissions nil
81 "*Don't assume that permissions and ownership track version-control status.") 81 "*If non-nil, don't assume that permissions and ownership track
82version-control status. If nil, do rely on the permissions.
83See also variable `vc-consult-headers'.")
82 84
83(defun vc-mistrust-permissions (file) 85(defun vc-mistrust-permissions (file)
84 ;; Access function to the above. 86 ;; Access function to the above.