]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-font-lock-keywords): Fixed regexp for `@end' and `@item'.
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Mar 1996 19:42:09 +0000 (19:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Mar 1996 19:42:09 +0000 (19:42 +0000)
lisp/textmodes/texinfo.el

index e0e8d6395c38bc01a9b02d1f4db9f0bb7c412a73..667d32de736e2a1926a14f12cffe88d8b2e40572 100644 (file)
@@ -220,7 +220,7 @@ chapter."
     ("@\\(samp\\|code\\|var\\|math\\){\\([^}]+\\)"
      2 font-lock-variable-name-face)
     ("@\\(cite\\|xref\\|pxref\\){\\([^}]+\\)" 2 font-lock-reference-face)
-    ("@\\(end\\|item\\) *\\(.+\\)" 2 font-lock-function-name-face keep)
+    ("@\\(end\\|itemx?\\) +\\(.+\\)" 2 font-lock-function-name-face keep)
     )
   "Additional expressions to highlight in TeXinfo mode.")
 \f