Variable: Texinfo-environment-list

Texinfo-environment-list is a variable defined in tex-info.el.

Value

Large value
(("cartouche")
 ("command")
 ("copying")
 ("defcv")
 ("deffn")
 ("defivar")
 ("defmac")
 ("defmethod")
 ("defop")
 ("defopt")
 ("defspec")
 ("deftp")
 ("deftypefn")
 ("deftypefun")
 ("deftypevar")
 ("deftypevr")
 ("defun")
 ("defvar")
 ("defvr")
 ("description")
 ("detailmenu")
 ("direntry")
 ("display")
 ("documentdescription")
 ("enumerate")
 ("example")
 ("float")
 ("flushleft")
 ("flushright")
 ("format")
 ("ftable")
 ("group")
 ("html")
 ("ifclear")
 ("ifdocbook")
 ("ifhtml")
 ("ifinfo")
 ("ifnotdocbook")
 ("ifnothtml")
 ("ifnotinfo")
 ("ifnotplaintext")
 ("ifnottex")
 ("ifnotxml")
 ("ifplaintext")
 ("ifset")
 ("iftex")
 ("ifxml")
 ("ignore")
 ("itemize")
 ("lisp")
 ("macro")
 ("menu")
 ("multitable")
 ("quotation")
 ("smalldisplay")
 ("smallexample")
 ("smallformat")
 ("smalllisp")
 ("table")
 ("tex")
 ("titlepage")
 ("verbatim")
 ("vtable"))

Documentation

Alist of Texinfo environments.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-info.el
;;; Environments:
(defvar Texinfo-environment-list
  '(("cartouche") ("command") ("copying") ("defcv") ("deffn") ("defivar")
    ("defmac") ("defmethod") ("defop") ("defopt") ("defspec")
    ("deftp") ("deftypefn") ("deftypefun") ("deftypevar") ("deftypevr")
    ("defun") ("defvar") ("defvr") ("description") ("detailmenu")
    ("direntry") ("display") ("documentdescription") ("enumerate")
    ("example") ("float") ("flushleft") ("flushright") ("format") ("ftable")
    ("group") ("html") ("ifclear") ("ifdocbook") ("ifhtml") ("ifinfo")
    ("ifnotdocbook") ("ifnothtml") ("ifnotinfo") ("ifnotplaintext")
    ("ifnottex") ("ifnotxml") ("ifplaintext") ("ifset") ("iftex")
    ("ifxml") ("ignore") ("itemize") ("lisp") ("macro") ("menu")
    ("multitable") ("quotation") ("smalldisplay") ("smallexample")
    ("smallformat") ("smalllisp") ("table") ("tex") ("titlepage")
    ("verbatim") ("vtable"))
  "Alist of Texinfo environments.")