emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/variables.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/variables.texi,v
Date: Mon, 05 Mar 2007 03:13:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/03/05 03:13:41

Index: variables.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/variables.texi,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- variables.texi      29 Jan 2007 20:53:07 -0000      1.90
+++ variables.texi      5 Mar 2007 03:13:41 -0000       1.91
@@ -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:
+
address@hidden @asis
address@hidden @code{t} (the default)
+Set the safe variables, and query (once) about any unsafe variables.
address@hidden @code{:safe}
+Set only the safe variables and do not query.
address@hidden @code{:all}
+Set all the variables and do not query.
address@hidden @code{nil}
+Don't set any variables.
address@hidden anything else
+Query (once) about all the variables.
address@hidden table
 @end defopt
 
 @defun hack-local-variables &optional mode-only




reply via email to

[Prev in Thread] Current Thread [Next in Thread]