diff options
| author | Richard M. Stallman | 2006-04-12 03:32:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-04-12 03:32:07 +0000 |
| commit | bd9f6fe3c4defdddbc220eb7f1a9bea971c58ae4 (patch) | |
| tree | 10132d32ce6a0c8062fc474381e1d425919e6775 | |
| parent | 45ca30f2f426dc098b31ec04cd72c7581153475c (diff) | |
| download | emacs-bd9f6fe3c4defdddbc220eb7f1a9bea971c58ae4.tar.gz emacs-bd9f6fe3c4defdddbc220eb7f1a9bea971c58ae4.zip | |
(Safe File Variables): Document enable-local-variables = :safe.
| -rw-r--r-- | man/custom.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/custom.texi b/man/custom.texi index 8429ddaae74..f133e890b0a 100644 --- a/man/custom.texi +++ b/man/custom.texi | |||
| @@ -1227,9 +1227,10 @@ values for these variables, do it directly by customizing | |||
| 1227 | The variable @code{enable-local-variables} allows you to change the | 1227 | The variable @code{enable-local-variables} allows you to change the |
| 1228 | way Emacs processes local variables. Its default value is @code{t}, | 1228 | way Emacs processes local variables. Its default value is @code{t}, |
| 1229 | which specifies the behavior described above. If it is @code{nil}, | 1229 | which specifies the behavior described above. If it is @code{nil}, |
| 1230 | Emacs simply ignores all file local variables. Any other value says | 1230 | Emacs simply ignores all file local variables. @code{:safe} means use |
| 1231 | to query you about each file that has local variables, without trying | 1231 | only the safe values and ignore the rest. Any other value says to |
| 1232 | to determine whether the values are known to be safe. | 1232 | query you about each file that has local variables, without trying to |
| 1233 | determine whether the values are known to be safe. | ||
| 1233 | 1234 | ||
| 1234 | @vindex enable-local-eval | 1235 | @vindex enable-local-eval |
| 1235 | The variable @code{enable-local-eval} controls whether Emacs | 1236 | The variable @code{enable-local-eval} controls whether Emacs |