Mercurial > emacs
changeset 69946:f03892ad5b73
(Safe File Variables): Document enable-local-variables = :safe.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 12 Apr 2006 03:32:07 +0000 |
parents | 87cbb18a44b0 |
children | 9abea3d88eac |
files | man/custom.texi |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/man/custom.texi Wed Apr 12 00:27:50 2006 +0000 +++ b/man/custom.texi Wed Apr 12 03:32:07 2006 +0000 @@ -1227,9 +1227,10 @@ The variable @code{enable-local-variables} allows you to change the way Emacs processes local variables. Its default value is @code{t}, which specifies the behavior described above. If it is @code{nil}, -Emacs simply ignores all file local variables. Any other value says -to query you about each file that has local variables, without trying -to determine whether the values are known to be safe. +Emacs simply ignores all file local variables. @code{:safe} means use +only the safe values and ignore the rest. Any other value says to +query you about each file that has local variables, without trying to +determine whether the values are known to be safe. @vindex enable-local-eval The variable @code{enable-local-eval} controls whether Emacs