# HG changeset patch # User Roland McGrath # Date 745692538 0 # Node ID 9591fdbc2868474ecc40d5954789c4abd69e2edb # Parent 4becc54c89dfa445380840c998ec70f3443344f3 (texinfo-environment-regexp): Match cartouche. diff -r 4becc54c89df -r 9591fdbc2868 lisp/textmodes/texinfo.el --- a/lisp/textmodes/texinfo.el Wed Aug 18 16:48:32 1993 +0000 +++ b/lisp/textmodes/texinfo.el Wed Aug 18 16:48:58 1993 +0000 @@ -377,7 +377,7 @@ ;;; 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.")