Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
95420811
Commit
95420811
authored
Jan 04, 1996
by
André Spiegel
Browse files
Better doc strings for a few variables.
parent
7e48e092
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lisp/vc-hooks.el
lisp/vc-hooks.el
+4
-2
No files found.
lisp/vc-hooks.el
View file @
95420811
...
...
@@ -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."
)
"*I
f non-nil, i
dentify 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment