Mercurial > emacs
changeset 48062:c9585243ef9f
(texinfo-environments): Add environment; copying, documentdescription,
ifplaintext, ifnotplaintext, and verbatim.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 29 Oct 2002 07:52:32 +0000 |
parents | 5b04b006da81 |
children | 4cef5030d270 |
files | lisp/textmodes/texinfo.el |
diffstat | 1 files changed, 11 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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