Variable: TeX-arg-item-label-p

TeX-arg-item-label-p is a customizable variable defined in latex.el.

Value

nil

Documentation

If non-nil, always ask for optional label in items.

Otherwise, only ask in description environments.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom TeX-arg-item-label-p nil
  "If non-nil, always ask for optional label in items.
Otherwise, only ask in description environments."
  :type 'boolean
  :group 'LaTeX-macro)