]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-environments): Add environment; copying, documentdescription,
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 29 Oct 2002 07:52:32 +0000 (07:52 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 29 Oct 2002 07:52:32 +0000 (07:52 +0000)
ifplaintext, ifnotplaintext, and verbatim.

lisp/textmodes/texinfo.el

index 18d0e614f118c15ba883fb19fad2dcb301ae0d7a..917c2e1ecf7392ae41311823acc67d2385cab547 100644 (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