emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114008: * lispref/variables.texi (File Local Variab


From: Stefan Monnier
Subject: [Emacs-diffs] trunk r114008: * lispref/variables.texi (File Local Variables): Don't recommend quoting!
Date: Mon, 26 Aug 2013 15:28:29 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114008
revision-id: address@hidden
parent: address@hidden
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Mon 2013-08-26 11:28:24 -0400
message:
  * lispref/variables.texi (File Local Variables): Don't recommend quoting!
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/variables.texi     
variables.texi-20091113204419-o5vbwnq5f7feedwu-6221
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-08-20 14:49:09 +0000
+++ b/doc/lispref/ChangeLog     2013-08-26 15:28:24 +0000
@@ -1,3 +1,7 @@
+2013-08-26  Stefan Monnier  <address@hidden>
+
+       * variables.texi (File Local Variables): Don't recommend quoting!  Ever!
+
 2013-08-20  Eli Zaretskii  <address@hidden>
 
        * files.texi (Information about Files): Mention file names with

=== modified file 'doc/lispref/variables.texi'
--- a/doc/lispref/variables.texi        2013-08-02 13:52:10 +0000
+++ b/doc/lispref/variables.texi        2013-08-26 15:28:24 +0000
@@ -1649,8 +1649,7 @@
 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
address@hidden 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


reply via email to

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