emacs-diffs
[Top][All Lists]
Advanced

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

master b0c7343: ; * doc/lispref/variables.texi (File Local Variables): F


From: Eli Zaretskii
Subject: master b0c7343: ; * doc/lispref/variables.texi (File Local Variables): Fix last change.
Date: Sun, 18 Jul 2021 14:57:29 -0400 (EDT)

branch: master
commit b0c73439932eefb8302ec10c61d95ffcf2ef39be
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/lispref/variables.texi (File Local Variables): Fix last change.
---
 doc/lispref/variables.texi | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index f2307c8..9356fb9 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -1997,15 +1997,16 @@ file.
 
 @defopt ignored-local-variable-values
 If there are some values of particular local variables that you always
-want to ignore completely, you can this variable.  Its value has the
-same form as @code{safe-local-variable-values}; a file-local variable
-setting to the value that appears in the list will always be ignored
-when processing the local variables specified by the file.  As with
-that variable, when Emacs queries the user about whether to obey a
-file-local variable, you can choose to ignore their particular values
-permanently, and that will alter this variable and save it to the
-user's custom file.  Variable-value pairs that appear in this variable
-take precedence over the same pairs in @code{safe-local-variable-values}.
+want to ignore completely, you can use this variable.  Its value has
+the same form as @code{safe-local-variable-values}; a file-local
+variable setting to the value that appears in the list will always be
+ignored when processing the local variables specified by the file.  As
+with that variable, when Emacs queries the user about whether to obey
+file-local variables, the user can choose to ignore their particular
+values permanently, and that will alter this variable and save it to
+the user's custom file.  Variable-value pairs that appear in this
+variable take precedence over the same pairs in
+@code{safe-local-variable-values}.
 @end defopt
 
 @defun safe-local-variable-p sym val



reply via email to

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