emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 ea696ea4b9a 2/2: ; Fix last change.


From: Eli Zaretskii
Subject: emacs-29 ea696ea4b9a 2/2: ; Fix last change.
Date: Fri, 14 Jul 2023 13:33:34 -0400 (EDT)

branch: emacs-29
commit ea696ea4b9a9e8bc059e4bdb4cdbb935bf7f12f0
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix last change.
---
 doc/emacs/custom.texi | 8 ++++----
 1 file 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},
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]