(texinfo-environment-regexp): Match cartouche.
authorRoland McGrath <roland@gnu.org>
Wed, 18 Aug 1993 16:48:58 +0000 (16:48 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 18 Aug 1993 16:48:58 +0000 (16:48 +0000)
lisp/textmodes/texinfo.el

index 0f8477a..12ea7c5 100644 (file)
@@ -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.")