]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-environment-regexp): Add @ifhtml, @html.
authorRichard M. Stallman <rms@gnu.org>
Sun, 18 Jun 1995 16:45:20 +0000 (16:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 18 Jun 1995 16:45:20 +0000 (16:45 +0000)
lisp/textmodes/texinfo.el

index 0b53fab14968114be22f37d19e806c547fb0b9ee..2ed5a3291d161da30771c5fb19b48472dd0db0d6 100644 (file)
@@ -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.")