diff options
author | Chong Yidong <cyd@gnu.org> | 2012-12-21 15:56:47 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-12-21 15:56:47 +0800 |
commit | 07b9c0be5036f343fd21b74526ca450b62e0a729 (patch) | |
tree | 2e46bdc6a955a9565e71826d1183f05a1cbde9f4 | |
parent | 594f37aae9e830d5a1462dd59b52675d47782153 (diff) | |
download | emacs-07b9c0be5036f343fd21b74526ca450b62e0a729.tar.gz |
* modes.texi (Auto Major Mode): Fix typo.
Fixes: debbugs:13230
-rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
-rw-r--r-- | doc/lispref/modes.texi | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 355ac4f9145..212e7c86e68 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,7 @@ 2012-12-21 Chong Yidong <cyd@gnu.org> + * modes.texi (Auto Major Mode): Fix typo (Bug#13230). + * customize.texi (Simple Types): Document key-sequence type (Bug#13048). diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 7057503e4c3..9509d019a72 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -612,7 +612,7 @@ variables section specifying a mode for that particular file. This should not be applied to the containing tar file. Similarly, a tiff image file might just happen to contain a first line that seems to match the @w{@samp{-*-}} pattern. For these reasons, both these file -extensions are members of the list @var{inhibit-local-variables-regexps}. +extensions are members of the list @code{inhibit-local-variables-regexps}. Add patterns to this list to prevent Emacs searching them for local variables of any kind (not just mode specifiers). |