From: Richard M. Stallman Date: Sun, 18 Jun 1995 16:45:20 +0000 (+0000) Subject: (texinfo-environment-regexp): Add @ifhtml, @html. X-Git-Tag: emacs-19.34~3554 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=133d010c2d70f27affcc0f30ed5d87815e3724bc;p=emacs.git (texinfo-environment-regexp): Add @ifhtml, @html. --- diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 0b53fab1496..2ed5a3291d1 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -396,9 +396,10 @@ value of texinfo-mode-hook." ;;; Insert string commands (defconst texinfo-environment-regexp - "^@\\(f?table\\|enumerate\\|itemize\\|ifinfo\\|iftex\\|ifset\\|ifclear\ + "^@\\(f?table\\|enumerate\\|itemize\ +\\|ifhtml\\|ifinfo\\|iftex\\|ifset\\|ifclear\ \\|example\\|quotation\\|lisp\\|smallexample\\|smalllisp\\|display\\|format\ -\\|flushleft\\|flushright\\|ignore\\|group\\|tex\\|cartouche\\|menu\ +\\|flushleft\\|flushright\\|ignore\\|group\\|tex\\|html\\|cartouche\\|menu\ \\|titlepage\\|end\\|def[a-z]*[a-wyz]\\>\\)" "Regexp for environment-like Texinfo list commands. Subexpression 1 is what goes into the corresponding `@end' statement.")