aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2007-03-05 03:13:41 +0000
committerRichard M. Stallman <[email protected]>2007-03-05 03:13:41 +0000
commitaaa114ec71467f15ac43ae3ee874683a78d4fd52 (patch)
tree822a145f30899c91d61deef93480761ee7c04456 /lispref
parentaca6c0484694b60d1ec4d282af8f3fc6518ac111 (diff)
(File Local Variables): Update enable-local-variables values.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/variables.texi19
1 files changed, 15 insertions, 4 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi
index 8d3e0bb5c2..56732d22db 100644
--- a/lispref/variables.texi
+++ b/lispref/variables.texi
@@ -1654,10 +1654,21 @@ This section describes the functions and variables that affect
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