Variable: LaTeX-item-list
LaTeX-item-list is a variable defined in latex.el.
Value
nil
Documentation
A list of environments where items have a special syntax.
The cdr is the name of the function, used to insert this kind of items.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
;;; Item hooks
(defvar LaTeX-item-list nil
"A list of environments where items have a special syntax.
The cdr is the name of the function, used to insert this kind of items.")