aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-03-04 18:26:37 +0000
committerRichard M. Stallman2007-03-04 18:26:37 +0000
commit05b964d0c6e642b098def5b4a193434ec4766091 (patch)
tree727596bb6d8aa933d0f383decb6e9fc119014c98
parent161e88567dff63efc9ab3a5f9e164284cb2b7ad0 (diff)
downloademacs-05b964d0c6e642b098def5b4a193434ec4766091.tar.gz
emacs-05b964d0c6e642b098def5b4a193434ec4766091.zip
(Safe File Variables): Minor correction.
-rw-r--r--man/custom.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/custom.texi b/man/custom.texi
index 40eefba1ba3..40a0f8d0b2c 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -1247,7 +1247,7 @@ processes @code{eval} variables. The three possibilities for the
1247variable's value are @code{t}, @code{nil}, and anything else, just as 1247variable's value are @code{t}, @code{nil}, and anything else, just as
1248for @code{enable-local-variables}. The default is @code{maybe}, which 1248for @code{enable-local-variables}. The default is @code{maybe}, which
1249is neither @code{t} nor @code{nil}, so normally Emacs does ask for 1249is neither @code{t} nor @code{nil}, so normally Emacs does ask for
1250confirmation about processes @code{eval} variables. 1250confirmation about processing @code{eval} variables.
1251 1251
1252@vindex safe-local-eval-forms 1252@vindex safe-local-eval-forms
1253 But there is an exception. The @code{safe-local-eval-forms} is a 1253 But there is an exception. The @code{safe-local-eval-forms} is a