summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-18 16:45:20 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-18 16:45:20 +0000
commit017fc9a0609f891c9dda8fc97ef488eae77c70fb (patch)
treee5cd47002fa7f6256915c6a948bdf9f8b84d4fce /lisp/textmodes
parent2fbc604dc387a5d9cdd77658ac3acfe7b28e3249 (diff)
downloademacs-017fc9a0609f891c9dda8fc97ef488eae77c70fb.tar.gz
(texinfo-environment-regexp): Add @ifhtml, @html.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/texinfo.el5
1 files changed, 3 insertions, 2 deletions
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.")