diff lisp/vc-hooks.el @ 13935:dbc31b752982

Better doc strings for a few variables.
author André Spiegel <spiegel@gnu.org>
date Thu, 04 Jan 1996 16:00:45 +0000
parents 1c20ebe08f0a
children 187735b53d52
line wrap: on
line diff
--- a/lisp/vc-hooks.el	Thu Jan 04 16:00:05 1996 +0000
+++ b/lisp/vc-hooks.el	Thu Jan 04 16:00:45 1996 +0000
@@ -70,7 +70,7 @@
 Otherwise, not displayed.")
 
 (defvar vc-consult-headers t
-  "*Identify work files by searching for version headers.")
+  "*If non-nil, identify work files by searching for version headers.")
 
 (defvar vc-keep-workfiles t
   "*If non-nil, don't delete working files after registering changes.
@@ -78,7 +78,9 @@
 value of this flag.")
 
 (defvar vc-mistrust-permissions nil
-  "*Don't assume that permissions and ownership track version-control status.")
+  "*If non-nil, don't assume that permissions and ownership track 
+version-control status.  If nil, do rely on the permissions.
+See also variable `vc-consult-headers'.")
 
 (defun vc-mistrust-permissions (file)
   ;; Access function to the above.