diff options
| author | Eli Zaretskii | 2023-07-14 20:33:29 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-07-14 20:33:29 +0300 |
| commit | ea696ea4b9a9e8bc059e4bdb4cdbb935bf7f12f0 (patch) | |
| tree | 8be21e8b28d1af17e612c7d8bc19000417a6d037 | |
| parent | b0181dafb9ee9eb6786128e44a5a4164de1ae8c2 (diff) | |
| download | emacs-ea696ea4b9a9e8bc059e4bdb4cdbb935bf7f12f0.tar.gz emacs-ea696ea4b9a9e8bc059e4bdb4cdbb935bf7f12f0.zip | |
; Fix last change.
| -rw-r--r-- | doc/emacs/custom.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 9bbef7dd508..e56b1fe964c 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -1350,10 +1350,10 @@ way Emacs processes local variables. Its default value is @code{t}, | |||
| 1350 | which specifies the behavior described above. If it is @code{nil}, | 1350 | which specifies the behavior described above. If it is @code{nil}, |
| 1351 | Emacs simply ignores all file local variables. @code{:safe} means use | 1351 | Emacs simply ignores all file local variables. @code{:safe} means use |
| 1352 | only the safe values and ignore the rest. @code{:all} instructs Emacs | 1352 | only the safe values and ignore the rest. @code{:all} instructs Emacs |
| 1353 | to set all file local variables (we advise not to use it permanently). | 1353 | to set all file local variables regardless of whether their value is |
| 1354 | Any other value says to query you about each file that has local | 1354 | safe or not (we advise not to use this permanently). Any other value |
| 1355 | variables, without trying to determine whether the values are known to | 1355 | says to query you about each file that has local variables, without |
| 1356 | be safe. | 1356 | trying to determine whether the values are known to be safe. |
| 1357 | 1357 | ||
| 1358 | @vindex enable-local-eval | 1358 | @vindex enable-local-eval |
| 1359 | @vindex safe-local-eval-forms | 1359 | @vindex safe-local-eval-forms |