# HG changeset patch # User Richard M. Stallman # Date 1173064421 0 # Node ID 052f8c19bfe26d3d7305b6c085aa167a6a44ac0d # Parent 89f34f4d606021726da2cca8378c664d546f8a54 (File Local Variables): Update enable-local-variables values. diff -r 89f34f4d6060 -r 052f8c19bfe2 lispref/variables.texi --- a/lispref/variables.texi Mon Mar 05 01:46:07 2007 +0000 +++ b/lispref/variables.texi Mon Mar 05 03:13:41 2007 +0000 @@ -1654,10 +1654,21 @@ processing of file local variables. @defopt enable-local-variables -This variable controls whether to process file local variables. A -value of @code{t} means to process them, querying the user if unsafe -variables are encountered; @code{nil} means ignore them; anything else -means to query the user for each file. The default value is @code{t}. +This variable controls whether to process file local variables. +The possible values are: + +@table @asis +@item @code{t} (the default) +Set the safe variables, and query (once) about any unsafe variables. +@item @code{:safe} +Set only the safe variables and do not query. +@item @code{:all} +Set all the variables and do not query. +@item @code{nil} +Don't set any variables. +@item anything else +Query (once) about all the variables. +@end table @end defopt @defun hack-local-variables &optional mode-only