aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/variables.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/variables.texi')
-rw-r--r--doc/lispref/variables.texi7
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
1664This is a list of regular expressions. If a file has a name
1665matching an element of this list, then it is not scanned for
1666any form of file-local variable. For examples of why you might want
1667to 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
1664This function parses, and binds or evaluates as appropriate, any local 1671This function parses, and binds or evaluates as appropriate, any local
1665variables specified by the contents of the current buffer. The variable 1672variables specified by the contents of the current buffer. The variable