From beea1ef6c5f76c289f0e42130d4221f7bde7ec4b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 2 May 2006 00:08:17 +0000 Subject: [PATCH] (File Local Variables): Suggest using booleanp. --- lispref/variables.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 returns non-@code{nil} given that value. Many commonly encountered file variables standardly have @code{safe-local-variable} properties, including @code{fill-column}, @code{fill-prefix}, and -@code{indent-tabs-mode}. +@code{indent-tabs-mode}. For boolean-valued variables that are safe, +use @code{booleanp} as the property value. @defopt safe-local-variable-values This variable provides another way to mark some variable values as -- 2.39.5