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: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lispref/variables.texi
Date: Wed, 10 May 2006 13:06:02 +0000

Index: emacs/lispref/variables.texi
diff -u emacs/lispref/variables.texi:1.80 emacs/lispref/variables.texi:1.81
--- emacs/lispref/variables.texi:1.80   Wed May 10 01:40:11 2006
+++ emacs/lispref/variables.texi        Wed May 10 13:06:02 2006
@@ -1784,7 +1784,8 @@
 file variables standardly have @code{safe-local-variable} properties,
 including @code{fill-column}, @code{fill-prefix}, and
 @code{indent-tabs-mode}.  For boolean-valued variables that are safe,
-use @code{booleanp} as the property value.
+use @code{booleanp} as the property value.  Lambda expressions should
+be quoted so that @code{describe-variable} can display the predicate.
 
 @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]