emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Tue, 21 Feb 2006 19:49:55 +0000

Index: emacs/lisp/files.el
diff -u emacs/lisp/files.el:1.813 emacs/lisp/files.el:1.814
--- emacs/lisp/files.el:1.813   Fri Feb 17 15:33:22 2006
+++ emacs/lisp/files.el Tue Feb 21 19:49:55 2006
@@ -447,10 +447,11 @@
 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]