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 db9944d9b0e..bc82bb6d0a4 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -379,7 +379,7 @@ Subexpression 1 is what goes into the corresponding `@end' statement.") | |||
| 379 | ;; 1 (texinfo-clone-environment (match-beginning 1) (match-end 1)) keep) | 379 | ;; 1 (texinfo-clone-environment (match-beginning 1) (match-end 1)) keep) |
| 380 | (,(concat "^@" (regexp-opt (mapcar 'car texinfo-section-list) t) | 380 | (,(concat "^@" (regexp-opt (mapcar 'car texinfo-section-list) t) |
| 381 | ".*\n") | 381 | ".*\n") |
| 382 | 0 texinfo-heading t)) | 382 | 0 'texinfo-heading t)) |
| 383 | "Additional expressions to highlight in Texinfo mode.") | 383 | "Additional expressions to highlight in Texinfo mode.") |
| 384 | 384 | ||
| 385 | (defun texinfo-clone-environment (start end) | 385 | (defun texinfo-clone-environment (start end) |