]> git.eshelyaron.com Git - emacs.git/commitdiff
Better doc strings for a few variables.
authorAndré Spiegel <spiegel@gnu.org>
Thu, 4 Jan 1996 16:00:45 +0000 (16:00 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Thu, 4 Jan 1996 16:00:45 +0000 (16:00 +0000)
lisp/vc-hooks.el

index ff22fd58698085b53d0158ca2a3cba84e056dd65..b8ec3871647da0009b3efca495954f121fe7b759 100644 (file)
@@ -70,7 +70,7 @@ If nil (the default), files covered by version control don't get backups.")
 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 @@ If the back-end is CVS, workfiles are always kept, regardless of the
 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.