]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 14 Jul 2023 17:33:29 +0000 (20:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 14 Jul 2023 17:33:29 +0000 (20:33 +0300)
doc/emacs/custom.texi

index 9bbef7dd5089222fb99747130a6b67c09ab29215..e56b1fe964cb2c8f4efd4c4cf9cee6f9fb7ed619 100644 (file)
@@ -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},
 Emacs simply ignores all file local variables.  @code{:safe} means use
 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.
+to set all file local variables regardless of whether their value is
+safe or not (we advise not to use this 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