aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-05-02 00:08:17 +0000
committerRichard M. Stallman2006-05-02 00:08:17 +0000
commitbeea1ef6c5f76c289f0e42130d4221f7bde7ec4b (patch)
treec4612b0e918d7d137cca4904d47fc45c2606c50d
parent64ec8b2f3d60ede58b85373beb828d8db544505d (diff)
downloademacs-beea1ef6c5f76c289f0e42130d4221f7bde7ec4b.tar.gz
emacs-beea1ef6c5f76c289f0e42130d4221f7bde7ec4b.zip
(File Local Variables): Suggest using booleanp.
-rw-r--r--lispref/variables.texi3
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
1783returns non-@code{nil} given that value. Many commonly encountered 1783returns non-@code{nil} given that value. Many commonly encountered
1784file variables standardly have @code{safe-local-variable} properties, 1784file variables standardly have @code{safe-local-variable} properties,
1785including @code{fill-column}, @code{fill-prefix}, and 1785including @code{fill-column}, @code{fill-prefix}, and
1786@code{indent-tabs-mode}. 1786@code{indent-tabs-mode}. For boolean-valued variables that are safe,
1787use @code{booleanp} as the property value.
1787 1788
1788@defopt safe-local-variable-values 1789@defopt safe-local-variable-values
1789This variable provides another way to mark some variable values as 1790This variable provides another way to mark some variable values as