diff options
| author | Joakim Verona | 2013-08-26 17:42:34 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-08-26 17:42:34 +0200 |
| commit | 339d3a117c08bdb7399ceb856ad6c793e9f01b53 (patch) | |
| tree | e44f51d1cb34a3d11661cfd523841fc79d03f302 | |
| parent | a896e4c89e06e92a53317c72b2863b84bb585d4d (diff) | |
| parent | a8544941cffd259022729a7a7905582c63050031 (diff) | |
| download | emacs-339d3a117c08bdb7399ceb856ad6c793e9f01b53.tar.gz emacs-339d3a117c08bdb7399ceb856ad6c793e9f01b53.zip | |
merge from trunk
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/variables.texi | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d2e86c25cc1..d27f58c0efa 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * variables.texi (File Local Variables): Don't recommend quoting! Ever! | ||
| 4 | |||
| 1 | 2013-08-20 Eli Zaretskii <eliz@gnu.org> | 5 | 2013-08-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * files.texi (Information about Files): Mention file names with | 7 | * files.texi (Information about Files): Mention file names with |
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 557add738ba..866f3774999 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -1649,8 +1649,7 @@ non-@code{nil} given that value. Many commonly-encountered file | |||
| 1649 | variables have @code{safe-local-variable} properties; these include | 1649 | variables have @code{safe-local-variable} properties; these include |
| 1650 | @code{fill-column}, @code{fill-prefix}, and @code{indent-tabs-mode}. | 1650 | @code{fill-column}, @code{fill-prefix}, and @code{indent-tabs-mode}. |
| 1651 | For boolean-valued variables that are safe, use @code{booleanp} as the | 1651 | For boolean-valued variables that are safe, use @code{booleanp} as the |
| 1652 | property value. Lambda expressions should be quoted so that | 1652 | property value. |
| 1653 | @code{describe-variable} can display the predicate. | ||
| 1654 | 1653 | ||
| 1655 | When defining a user option using @code{defcustom}, you can set its | 1654 | When defining a user option using @code{defcustom}, you can set its |
| 1656 | @code{safe-local-variable} property by adding the arguments | 1655 | @code{safe-local-variable} property by adding the arguments |