# HG changeset patch # User Juanma Barranquero # Date 1035877952 0 # Node ID c9585243ef9faea2a7b00acc0e306004e7f8d331 # Parent 5b04b006da81418b813cac6c56403ea1266117b7 (texinfo-environments): Add environment; copying, documentdescription, ifplaintext, ifnotplaintext, and verbatim. diff -r 5b04b006da81 -r c9585243ef9f lisp/textmodes/texinfo.el --- a/lisp/textmodes/texinfo.el Tue Oct 29 07:40:45 2002 +0000 +++ b/lisp/textmodes/texinfo.el Tue Oct 29 07:52:32 2002 +0000 @@ -317,14 +317,17 @@ "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