summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-08-18 16:48:58 +0000
committerRoland McGrath <roland@gnu.org>1993-08-18 16:48:58 +0000
commit304826544f1e8adc35b296f0a60f73be13605e0f (patch)
tree7c4e7cc256d6e9ea95a9e855abad5dc0e46ea7c9 /lisp
parent09a09037064d7b93ab3af5900529ce5b3971b601 (diff)
downloademacs-304826544f1e8adc35b296f0a60f73be13605e0f.tar.gz
(texinfo-environment-regexp): Match cartouche.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/texinfo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index 0f8477ae026..12ea7c55aba 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -377,7 +377,7 @@ value of texinfo-mode-hook."
;;; Insert string commands
(defconst texinfo-environment-regexp
- "^@\\(f?table\\|enumerate\\|itemize\\|ifinfo\\|iftex\\|example\\|quotation\\|lisp\\|smallexample\\|smalllisp\\|display\\|format\\|flushleft\\|flushright\\|ignore\\|group\\|tex\\|end\\)"
+ "^@\\(f?table\\|enumerate\\|itemize\\|ifinfo\\|iftex\\|example\\|quotation\\|lisp\\|smallexample\\|smalllisp\\|display\\|format\\|flushleft\\|flushright\\|ignore\\|group\\|tex\\|cartouche\\|end\\)"
"Regexp for environment-like TexInfo list commands.
Subexpression 1 is what goes into the corresponding `@end' statement.")