diff options
| author | Richard M. Stallman | 2006-05-02 00:08:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-05-02 00:08:17 +0000 |
| commit | beea1ef6c5f76c289f0e42130d4221f7bde7ec4b (patch) | |
| tree | c4612b0e918d7d137cca4904d47fc45c2606c50d | |
| parent | 64ec8b2f3d60ede58b85373beb828d8db544505d (diff) | |
| download | emacs-beea1ef6c5f76c289f0e42130d4221f7bde7ec4b.tar.gz emacs-beea1ef6c5f76c289f0e42130d4221f7bde7ec4b.zip | |
(File Local Variables): Suggest using booleanp.
| -rw-r--r-- | lispref/variables.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi index c2abdf0563d..5b4b779448e 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi | |||
| @@ -1783,7 +1783,8 @@ a function of one argument; any value is safe if the function | |||
| 1783 | returns non-@code{nil} given that value. Many commonly encountered | 1783 | returns non-@code{nil} given that value. Many commonly encountered |
| 1784 | file variables standardly have @code{safe-local-variable} properties, | 1784 | file variables standardly have @code{safe-local-variable} properties, |
| 1785 | including @code{fill-column}, @code{fill-prefix}, and | 1785 | including @code{fill-column}, @code{fill-prefix}, and |
| 1786 | @code{indent-tabs-mode}. | 1786 | @code{indent-tabs-mode}. For boolean-valued variables that are safe, |
| 1787 | use @code{booleanp} as the property value. | ||
| 1787 | 1788 | ||
| 1788 | @defopt safe-local-variable-values | 1789 | @defopt safe-local-variable-values |
| 1789 | This variable provides another way to mark some variable values as | 1790 | This variable provides another way to mark some variable values as |