aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2021-07-18 21:57:03 +0300
committerEli Zaretskii2021-07-18 21:57:03 +0300
commitb0c73439932eefb8302ec10c61d95ffcf2ef39be (patch)
tree46545e8c5a89f6dabd49a7d84680d7ac70b51d9a
parentbbce22337c5334544da5d0cee0abad954e42a08c (diff)
downloademacs-b0c73439932eefb8302ec10c61d95ffcf2ef39be.tar.gz
emacs-b0c73439932eefb8302ec10c61d95ffcf2ef39be.zip
; * doc/lispref/variables.texi (File Local Variables): Fix last change.
-rw-r--r--doc/lispref/variables.texi19
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index f2307c8aa72..9356fb9f699 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -1997,15 +1997,16 @@ file.
1997 1997
1998@defopt ignored-local-variable-values 1998@defopt ignored-local-variable-values
1999If there are some values of particular local variables that you always 1999If there are some values of particular local variables that you always
2000want to ignore completely, you can this variable. Its value has the 2000want to ignore completely, you can use this variable. Its value has
2001same form as @code{safe-local-variable-values}; a file-local variable 2001the same form as @code{safe-local-variable-values}; a file-local
2002setting to the value that appears in the list will always be ignored 2002variable setting to the value that appears in the list will always be
2003when processing the local variables specified by the file. As with 2003ignored when processing the local variables specified by the file. As
2004that variable, when Emacs queries the user about whether to obey a 2004with that variable, when Emacs queries the user about whether to obey
2005file-local variable, you can choose to ignore their particular values 2005file-local variables, the user can choose to ignore their particular
2006permanently, and that will alter this variable and save it to the 2006values permanently, and that will alter this variable and save it to
2007user's custom file. Variable-value pairs that appear in this variable 2007the user's custom file. Variable-value pairs that appear in this
2008take precedence over the same pairs in @code{safe-local-variable-values}. 2008variable take precedence over the same pairs in
2009@code{safe-local-variable-values}.
2009@end defopt 2010@end defopt
2010 2011
2011@defun safe-local-variable-p sym val 2012@defun safe-local-variable-p sym val