diff options
Diffstat (limited to 'doc/lispref/variables.texi')
| -rw-r--r-- | doc/lispref/variables.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index b0a6795021b..a8f75f5a160 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -1660,6 +1660,13 @@ Query (once) about all the variables. | |||
| 1660 | @end table | 1660 | @end table |
| 1661 | @end defopt | 1661 | @end defopt |
| 1662 | 1662 | ||
| 1663 | @defvar inhibit-local-variables-regexps | ||
| 1664 | This is a list of regular expressions. If a file has a name | ||
| 1665 | matching an element of this list, then it is not scanned for | ||
| 1666 | any form of file-local variable. For examples of why you might want | ||
| 1667 | to use this, @pxref{Auto Major Mode}. | ||
| 1668 | @end defvar | ||
| 1669 | |||
| 1663 | @defun hack-local-variables &optional mode-only | 1670 | @defun hack-local-variables &optional mode-only |
| 1664 | This function parses, and binds or evaluates as appropriate, any local | 1671 | This function parses, and binds or evaluates as appropriate, any local |
| 1665 | variables specified by the contents of the current buffer. The variable | 1672 | variables specified by the contents of the current buffer. The variable |