]> code.delx.au - gnu-emacs/commitdiff
* modes.texi (Auto Major Mode): Fix typo.
authorChong Yidong <cyd@gnu.org>
Fri, 21 Dec 2012 07:56:47 +0000 (15:56 +0800)
committerChong Yidong <cyd@gnu.org>
Fri, 21 Dec 2012 07:56:47 +0000 (15:56 +0800)
Fixes: debbugs:13230
doc/lispref/ChangeLog
doc/lispref/modes.texi

index 355ac4f91459c65c2921e5f8268de6b2a9abba9f..212e7c86e682a2bd46d387137b0bc7d595e92a11 100644 (file)
@@ -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).
 
index 7057503e4c3a29f6112a9765da65fc5b4210294a..9509d019a724a9fe75ea785f4c46f98d8b5b7d0c 100644 (file)
@@ -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).