1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(enable-local-variables): Doc fix.

This commit is contained in:
Richard M. Stallman 2006-02-21 19:49:55 +00:00
parent f669a69df8
commit a251756ea6

View File

@ -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.