Mercurial > emacs
changeset 4648:9591fdbc2868
(texinfo-environment-regexp): Match cartouche.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 18 Aug 1993 16:48:58 +0000 |
parents | 4becc54c89df |
children | 8b11bee2bcb4 |
files | lisp/textmodes/texinfo.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.")