diff options
| -rw-r--r-- | lisp/textmodes/texinfo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index e0e8d6395c3..667d32de736 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -220,7 +220,7 @@ chapter." | |||
| 220 | ("@\\(samp\\|code\\|var\\|math\\){\\([^}]+\\)" | 220 | ("@\\(samp\\|code\\|var\\|math\\){\\([^}]+\\)" |
| 221 | 2 font-lock-variable-name-face) | 221 | 2 font-lock-variable-name-face) |
| 222 | ("@\\(cite\\|xref\\|pxref\\){\\([^}]+\\)" 2 font-lock-reference-face) | 222 | ("@\\(cite\\|xref\\|pxref\\){\\([^}]+\\)" 2 font-lock-reference-face) |
| 223 | ("@\\(end\\|item\\) *\\(.+\\)" 2 font-lock-function-name-face keep) | 223 | ("@\\(end\\|itemx?\\) +\\(.+\\)" 2 font-lock-function-name-face keep) |
| 224 | ) | 224 | ) |
| 225 | "Additional expressions to highlight in TeXinfo mode.") | 225 | "Additional expressions to highlight in TeXinfo mode.") |
| 226 | 226 | ||