>From d431b2a4b7c9ecb8d87ca2c1217aa99ae120b119 Mon Sep 17 00:00:00 2001 From: YugaEgo Date: Fri, 14 Jul 2023 18:49:36 +0300 Subject: [PATCH] Improve doc of 'enable-local-variables' in Emacs manual * doc/emacs/custom.texi (Safe File Variables): Document value ':all' --- doc/emacs/custom.texi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index d8221f51425..b527af46fa7 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -1368,9 +1368,11 @@ can include remote directories as well (@pxref{Remote Files}). way Emacs processes local variables. Its default value is @code{t}, which specifies the behavior described above. If it is @code{nil}, Emacs simply ignores all file local variables. @code{:safe} means use -only the safe values and ignore the rest. Any other value says to -query you about each file that has local variables, without trying to -determine whether the values are known to be safe. +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). +Any other value says to query you about each file that has local +variables, without trying to determine whether the values are known to +be safe. @vindex enable-local-eval @vindex safe-local-eval-forms -- 2.39.2 (Apple Git-143)