diff options
| author | Richard M. Stallman | 2006-02-21 19:49:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-02-21 19:49:55 +0000 |
| commit | a251756ea63240a3777936ceee15f941a025d11e (patch) | |
| tree | 54184b6bdcc2ca1eb1fe3eedc5fd35ffb7b94218 | |
| parent | f669a69df8ea20eb63adfc950a54d10e23bf04e7 (diff) | |
| download | emacs-a251756ea63240a3777936ceee15f941a025d11e.tar.gz emacs-a251756ea63240a3777936ceee15f941a025d11e.zip | |
(enable-local-variables): Doc fix.
| -rw-r--r-- | lisp/files.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/files.el b/lisp/files.el index 945a2ef9855..ab69c7958a9 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -447,10 +447,11 @@ use `before-save-hook'.") | |||
| 447 | The value can be t, nil or something else. | 447 | The value can be t, nil or something else. |
| 448 | 448 | ||
| 449 | A value of t means file local variables specifications are obeyed | 449 | A value of t means file local variables specifications are obeyed |
| 450 | if all the specified variables are safe. If any variables are | 450 | if all the specified variable values are safe; if any values are |
| 451 | not safe, you will be queries before setting them. | 451 | not safe, Emacs queries you, once, whether to set them all. |
| 452 | A value of nil means file local variables are ignored. | 452 | |
| 453 | Any other value means to always query. | 453 | A value of nil means always ignore the file local variables. |
| 454 | Any other value means always query you once whether to set them all. | ||
| 454 | 455 | ||
| 455 | This variable also controls use of major modes specified in | 456 | This variable also controls use of major modes specified in |
| 456 | a -*- line. | 457 | a -*- line. |