]> git.eshelyaron.com Git - emacs.git/commitdiff
(enable-local-variables): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 21 Feb 2006 19:49:55 +0000 (19:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 21 Feb 2006 19:49:55 +0000 (19:49 +0000)
lisp/files.el

index 945a2ef9855b556a21f0c5ddac15c708f02bc551..ab69c7958a9018722c746a3783b934c019f5d077 100644 (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.