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
a251756e
Commit
a251756e
authored
Feb 21, 2006
by
Richard M. Stallman
Browse files
(enable-local-variables): Doc fix.
parent
f669a69d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
lisp/files.el
lisp/files.el
+5
-4
No files found.
lisp/files.el
View file @
a251756e
...
...
@@ -447,10 +447,11 @@ use `before-save-hook'.")
The value can be t, nil or something else.
A value of t means file local variables specifications are obeyed
if all the specified variables are safe. If any variables are
not safe, you will be queries before setting them.
A value of nil means file local variables are ignored.
Any other value means to always query.
if all the specified variable values are safe; if any values are
not safe, Emacs queries you, once, whether to set them all.
A value of nil means always ignore the file local variables.
Any other value means always query you once whether to set them all.
This variable also controls use of major modes specified in
a -*- line.
...
...
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