diff options
| author | Richard M. Stallman | 2007-03-04 18:26:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-03-04 18:26:37 +0000 |
| commit | 05b964d0c6e642b098def5b4a193434ec4766091 (patch) | |
| tree | 727596bb6d8aa933d0f383decb6e9fc119014c98 | |
| parent | 161e88567dff63efc9ab3a5f9e164284cb2b7ad0 (diff) | |
| download | emacs-05b964d0c6e642b098def5b4a193434ec4766091.tar.gz emacs-05b964d0c6e642b098def5b4a193434ec4766091.zip | |
(Safe File Variables): Minor correction.
| -rw-r--r-- | man/custom.texi | 2 |
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 | |||
| 1247 | variable's value are @code{t}, @code{nil}, and anything else, just as | 1247 | variable's value are @code{t}, @code{nil}, and anything else, just as |
| 1248 | for @code{enable-local-variables}. The default is @code{maybe}, which | 1248 | for @code{enable-local-variables}. The default is @code{maybe}, which |
| 1249 | is neither @code{t} nor @code{nil}, so normally Emacs does ask for | 1249 | is neither @code{t} nor @code{nil}, so normally Emacs does ask for |
| 1250 | confirmation about processes @code{eval} variables. | 1250 | confirmation 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 |