Variable: texinfo-environments

texinfo-environments is a variable defined in texinfo.el.gz.

Value

("cartouche" "copying" "defcv" "deffn" "defivar" "defmac" "defmethod"
 "defop" "defopt" "defspec" "deftp" "deftypecv" "deftypefn"
 "deftypefun" "deftypeivar" "deftypemethod" "deftypeop" "deftypevar"
 "deftypevr" "defun" "defvar" "defvr" "description" "detailmenu"
 "direntry" "display" "documentdescription" "enumerate" "example"
 "flushleft" "flushright" "format" "ftable" "group" "html" "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")

Documentation

List of Texinfo environments.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/texinfo.el.gz
(defconst texinfo-environments
  '("cartouche" "copying" "defcv" "deffn" "defivar" "defmac"
    "defmethod" "defop" "defopt" "defspec" "deftp" "deftypecv"
    "deftypefn" "deftypefun" "deftypeivar" "deftypemethod"
    "deftypeop" "deftypevar" "deftypevr" "defun" "defvar"
    "defvr" "description" "detailmenu" "direntry" "display"
    "documentdescription" "enumerate" "example" "flushleft"
    "flushright" "format" "ftable" "group" "html" "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.")