Mercurial > emacs
changeset 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 | ee57ee38cdb5 |
children | 24ff5e49ac27 |
files | lisp/vc-hooks.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
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.