(texinfo-environments): Add environment; copying, documentdescription,

ifplaintext, ifnotplaintext, and verbatim.
This commit is contained in:
Juanma Barranquero 2002-10-29 07:52:32 +00:00
parent 6bb8143894
commit e1a68e89f4

View file

@ -317,14 +317,17 @@ chapter."
"Syntactic keywords to catch comment delimiters in `texinfo-mode'.")
(defconst texinfo-environments
'("cartouche" "defcv" "deffn" "defivar" "defmac" "defmethod" "defop"
"defopt" "defspec" "deftp" "deftypefn" "deftypefun" "deftypevar"
"deftypevr" "defun" "defvar" "defvr" "description" "detailmenu"
"direntry" "display" "enumerate" "example" "flushleft" "flushright"
"format" "ftable" "group" "ifclear" "ifset" "ifhtml" "ifinfo"
"ifnothtml" "ifnotinfo" "ifnottex" "iftex" "ignore" "itemize" "lisp"
"macro" "menu" "multitable" "quotation" "smalldisplay" "smallexample"
"smallformat" "smalllisp" "table" "tex" "titlepage" "vtable")
'("cartouche" "copying" "defcv" "deffn" "defivar" "defmac"
"defmethod" "defop" "defopt" "defspec" "deftp" "deftypefn"
"deftypefun" "deftypevar" "deftypevr" "defun" "defvar"
"defvr" "description" "detailmenu" "direntry" "display"
"documentdescription" "enumerate" "example" "flushleft"
"flushright" "format" "ftable" "group" "ifclear" "ifset"
"ifhtml" "ifinfo" "ifnothtml" "ifnotinfo" "ifnotplaintext"
"ifnottex" "ifplaintext" "iftex" "ignore" "itemize" "lisp"
"macro" "menu" "multitable" "quotation" "smalldisplay"
"smallexample" "smallformat" "smalllisp" "table" "tex"
"titlepage" "verbatim" "vtable")
"List of TeXinfo environments.")
(defconst texinfo-environment-regexp