diff options
author | André Spiegel <spiegel@gnu.org> | 1996-01-04 16:00:45 +0000 |
---|---|---|
committer | André Spiegel <spiegel@gnu.org> | 1996-01-04 16:00:45 +0000 |
commit | 9542081161e77ff0bd84f473fd41461643226fd3 (patch) | |
tree | e95fcc9bf6538479f1f162ead0e682c9fff552bf /lisp/vc-hooks.el | |
parent | 7e48e09205d7d7bf1bfa14158cfef49a10128201 (diff) | |
download | emacs-9542081161e77ff0bd84f473fd41461643226fd3.tar.gz |
Better doc strings for a few variables.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r-- | lisp/vc-hooks.el | 6 |
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.") 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. |