# HG changeset patch # User Andr Spiegel # Date 820771245 0 # Node ID dbc31b752982dc44157c7f151b1f055eabdeeff6 # Parent ee57ee38cdb51476780056d051658a4d46e3c105 Better doc strings for a few variables. diff -r ee57ee38cdb5 -r dbc31b752982 lisp/vc-hooks.el --- 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.