diff options
| author | Eli Zaretskii | 2021-07-18 21:57:03 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2021-07-18 21:57:03 +0300 |
| commit | b0c73439932eefb8302ec10c61d95ffcf2ef39be (patch) | |
| tree | 46545e8c5a89f6dabd49a7d84680d7ac70b51d9a | |
| parent | bbce22337c5334544da5d0cee0abad954e42a08c (diff) | |
| download | emacs-b0c73439932eefb8302ec10c61d95ffcf2ef39be.tar.gz emacs-b0c73439932eefb8302ec10c61d95ffcf2ef39be.zip | |
; * doc/lispref/variables.texi (File Local Variables): Fix last change.
| -rw-r--r-- | doc/lispref/variables.texi | 19 |
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 |
| 1999 | If there are some values of particular local variables that you always | 1999 | If there are some values of particular local variables that you always |
| 2000 | want to ignore completely, you can this variable. Its value has the | 2000 | want to ignore completely, you can use this variable. Its value has |
| 2001 | same form as @code{safe-local-variable-values}; a file-local variable | 2001 | the same form as @code{safe-local-variable-values}; a file-local |
| 2002 | setting to the value that appears in the list will always be ignored | 2002 | variable setting to the value that appears in the list will always be |
| 2003 | when processing the local variables specified by the file. As with | 2003 | ignored when processing the local variables specified by the file. As |
| 2004 | that variable, when Emacs queries the user about whether to obey a | 2004 | with that variable, when Emacs queries the user about whether to obey |
| 2005 | file-local variable, you can choose to ignore their particular values | 2005 | file-local variables, the user can choose to ignore their particular |
| 2006 | permanently, and that will alter this variable and save it to the | 2006 | values permanently, and that will alter this variable and save it to |
| 2007 | user's custom file. Variable-value pairs that appear in this variable | 2007 | the user's custom file. Variable-value pairs that appear in this |
| 2008 | take precedence over the same pairs in @code{safe-local-variable-values}. | 2008 | variable 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 |