emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/variables.texi


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lispref/variables.texi
Date: Sat, 29 Apr 2006 14:02:43 +0000

Index: emacs/lispref/variables.texi
diff -u emacs/lispref/variables.texi:1.77 emacs/lispref/variables.texi:1.78
--- emacs/lispref/variables.texi:1.77   Mon Apr 17 09:04:33 2006
+++ emacs/lispref/variables.texi        Sat Apr 29 14:02:42 2006
@@ -1778,13 +1778,12 @@
 
 @cindex safe local variable
   You can specify safe values for a variable with a
address@hidden property.  If the property is @code{t},
-setting that variable in a file is always considered safe, regardless
-of the value used.  If the property is a function of one argument,
-then any value is safe if the function returns address@hidden given
-that value.  Many commonly encountered file variables standardly have
address@hidden properties, including @code{fill-column},
address@hidden, and @code{indent-tabs-mode}.
address@hidden property.  The property has to be
+a function of one argument; any value is safe if the function
+returns address@hidden given that value.  Many commonly encountered
+file variables standardly have @code{safe-local-variable} properties,
+including @code{fill-column}, @code{fill-prefix}, and
address@hidden
 
 @defopt safe-local-variable-values
 This variable provides another way to mark some variable values as




reply via email to

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