comparison lisp/textmodes/texinfo.el @ 12305:ef63ac5fcd2e

(texinfo-environment-regexp): Add @ifhtml, @html.
author Richard M. Stallman <rms@gnu.org>
date Sun, 18 Jun 1995 16:45:20 +0000
parents 4eef12903112
children c56f1c77ce73
comparison
equal deleted inserted replaced
12304:3cf4df625c3b 12305:ef63ac5fcd2e
394 394
395 395
396 ;;; Insert string commands 396 ;;; Insert string commands
397 397
398 (defconst texinfo-environment-regexp 398 (defconst texinfo-environment-regexp
399 "^@\\(f?table\\|enumerate\\|itemize\\|ifinfo\\|iftex\\|ifset\\|ifclear\ 399 "^@\\(f?table\\|enumerate\\|itemize\
400 \\|ifhtml\\|ifinfo\\|iftex\\|ifset\\|ifclear\
400 \\|example\\|quotation\\|lisp\\|smallexample\\|smalllisp\\|display\\|format\ 401 \\|example\\|quotation\\|lisp\\|smallexample\\|smalllisp\\|display\\|format\
401 \\|flushleft\\|flushright\\|ignore\\|group\\|tex\\|cartouche\\|menu\ 402 \\|flushleft\\|flushright\\|ignore\\|group\\|tex\\|html\\|cartouche\\|menu\
402 \\|titlepage\\|end\\|def[a-z]*[a-wyz]\\>\\)" 403 \\|titlepage\\|end\\|def[a-z]*[a-wyz]\\>\\)"
403 "Regexp for environment-like Texinfo list commands. 404 "Regexp for environment-like Texinfo list commands.
404 Subexpression 1 is what goes into the corresponding `@end' statement.") 405 Subexpression 1 is what goes into the corresponding `@end' statement.")
405 406
406 (defun texinfo-insert-@end () 407 (defun texinfo-insert-@end ()