emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/custom.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/custom.texi
Date: Wed, 12 Apr 2006 03:32:07 +0000

Index: emacs/man/custom.texi
diff -u emacs/man/custom.texi:1.113 emacs/man/custom.texi:1.114
--- emacs/man/custom.texi:1.113 Fri Mar 31 15:32:07 2006
+++ emacs/man/custom.texi       Wed Apr 12 03:32:07 2006
@@ -1227,9 +1227,10 @@
   The variable @code{enable-local-variables} allows you to change the
 way Emacs processes local variables.  Its default value is @code{t},
 which specifies the behavior described above.  If it is @code{nil},
-Emacs simply ignores all file local variables.  Any other value says
-to query you about each file that has local variables, without trying
-to determine whether the values are known to be safe.
+Emacs simply ignores all file local variables.  @code{:safe} means use
+only the safe values and ignore the rest.  Any other value says to
+query you about each file that has local variables, without trying to
+determine whether the values are known to be safe.
 
 @vindex enable-local-eval
   The variable @code{enable-local-eval} controls whether Emacs




reply via email to

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