texinfo-environment-regexp

texinfo-environment-regexp is a variable defined in `texinfo.el'.
Its value is

"^@\\(c\\(?:artouche\\|opying\\)\\|d\\(?:e\\(?:f\\(?:cv\\|fn\\|ivar\\|m\\(?:ac\\|ethod\\)\\|opt?\\|spec\\|t\\(?:p\\|ype\\(?:cv\\|f\\(?:u?n\\)\\|ivar\\|method\\|op\\|v\\(?:a?r\\)\\)\\)\\|un\\|v\\(?:a?r\\)\\)\\|scription\\|tailmenu\\)\\|i\\(?:\\(?:rentr\\|spla\\)y\\)\\|ocumentdescription\\)\\|e\\(?:n\\(?:d\\|umerate\\)\\|xample\\)\\|f\\(?:lush\\(?:\\(?:lef\\|righ\\)t\\)\\|ormat\\|table\\)\\|group\\|html\\|i\\(?:f\\(?:clear\\|html\\|info\\|not\\(?:html\\|info\\|plaintext\\|tex\\)\\|plaintext\\|set\\|tex\\)\\|\\(?:gnor\\|temiz\\)e\\)\\|lisp\\|m\\(?:acro\\|enu\\|ultitable\\)\\|quotation\\|small\\(?:display\\|example\\|format\\|lisp\\)\\|t\\(?:able\\|ex\\|itlepage\\)\\|v\\(?:erbatim\\|table\\)\\)\\>"

  • This variable may be risky if used as a file-local variable.

Documentation:
Regexp for environment-like Texinfo list commands.
Subexpression 1 is what goes into the corresponding `@end' statement.