mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-25 14:01:33 -08:00
; Fix last change.
This commit is contained in:
parent
b0181dafb9
commit
ea696ea4b9
1 changed files with 4 additions and 4 deletions
|
|
@ -1350,10 +1350,10 @@ way Emacs processes local variables. Its default value is @code{t},
|
||||||
which specifies the behavior described above. If it is @code{nil},
|
which specifies the behavior described above. If it is @code{nil},
|
||||||
Emacs simply ignores all file local variables. @code{:safe} means use
|
Emacs simply ignores all file local variables. @code{:safe} means use
|
||||||
only the safe values and ignore the rest. @code{:all} instructs Emacs
|
only the safe values and ignore the rest. @code{:all} instructs Emacs
|
||||||
to set all file local variables (we advise not to use it permanently).
|
to set all file local variables regardless of whether their value is
|
||||||
Any other value says to query you about each file that has local
|
safe or not (we advise not to use this permanently). Any other value
|
||||||
variables, without trying to determine whether the values are known to
|
says to query you about each file that has local variables, without
|
||||||
be safe.
|
trying to determine whether the values are known to be safe.
|
||||||
|
|
||||||
@vindex enable-local-eval
|
@vindex enable-local-eval
|
||||||
@vindex safe-local-eval-forms
|
@vindex safe-local-eval-forms
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue