Function: LaTeX-env-item

LaTeX-env-item is a byte-compiled function defined in latex.el.

Signature

(LaTeX-env-item ENVIRONMENT)

Documentation

Insert ENVIRONMENT and the first item.

The first item is inserted by the function LaTeX--env-item.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defun LaTeX-env-item (environment)
  "Insert ENVIRONMENT and the first item.
The first item is inserted by the function `LaTeX--env-item'."
  (LaTeX-insert-environment environment)
  (LaTeX--env-item environment))