* lispref/variables.texi (File Local Variables): Don't recommend quoting!
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 26 Aug 2013 15:28:24 +0000 (11:28 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 26 Aug 2013 15:28:24 +0000 (11:28 -0400)
doc/lispref/ChangeLog
doc/lispref/variables.texi

index d2e86c2..d27f58c 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * variables.texi (File Local Variables): Don't recommend quoting!  Ever!
+
 2013-08-20  Eli Zaretskii  <eliz@gnu.org>
 
        * files.texi (Information about Files): Mention file names with
index 557add7..866f377 100644 (file)
@@ -1649,8 +1649,7 @@ non-@code{nil} given that value.  Many commonly-encountered file
 variables have @code{safe-local-variable} properties; these include
 @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.  Lambda expressions should be quoted so that
-@code{describe-variable} can display the predicate.
+property value.
 
   When defining a user option using @code{defcustom}, you can set its
 @code{safe-local-variable} property by adding the arguments