# HG changeset patch # User Richard M. Stallman # Date 1146528497 0 # Node ID c858388f86c852d2c8f4bbbb2d80fe12f5f49c56 # Parent c92ef36cfd856b55bec63194d1503569bb89044c (File Local Variables): Suggest using booleanp. diff -r c92ef36cfd85 -r c858388f86c8 lispref/variables.texi --- a/lispref/variables.texi Mon May 01 22:58:47 2006 +0000 +++ b/lispref/variables.texi Tue May 02 00:08:17 2006 +0000 @@ -1783,7 +1783,8 @@ 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