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 6a1223da9e6..5cdcd317775 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -359,7 +359,7 @@ Subexpression 1 is what goes into the corresponding `@end' statement.") | |||
| 359 | ("@\\(dmn\\|acronym\\|value\\){\\([^}]+\\)" 2 font-lock-builtin-face) | 359 | ("@\\(dmn\\|acronym\\|value\\){\\([^}]+\\)" 2 font-lock-builtin-face) |
| 360 | ("@\\(end\\|itemx?\\) +\\(.+\\)" 2 font-lock-keyword-face keep) | 360 | ("@\\(end\\|itemx?\\) +\\(.+\\)" 2 font-lock-keyword-face keep) |
| 361 | (,texinfo-environment-regexp | 361 | (,texinfo-environment-regexp |
| 362 | 1 (texinfo-clone-environment (match-beginning 1) (match-end 1))) | 362 | 1 (texinfo-clone-environment (match-beginning 1) (match-end 1)) keep) |
| 363 | (,(concat "^@" (regexp-opt (mapcar 'car texinfo-section-list) t) | 363 | (,(concat "^@" (regexp-opt (mapcar 'car texinfo-section-list) t) |
| 364 | ".*\n") 0 texinfo-heading-face t)) | 364 | ".*\n") 0 texinfo-heading-face t)) |
| 365 | "Additional expressions to highlight in TeXinfo mode.") | 365 | "Additional expressions to highlight in TeXinfo mode.") |