Variable: LaTeX-item-regexp
LaTeX-item-regexp is a customizable variable defined in latex.el.
Value
"\\(bib\\)?item\\b"
Documentation
Regular expression matching macros considered items.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-item-regexp "\\(bib\\)?item\\b"
"Regular expression matching macros considered items."
:group 'LaTeX-indentation
:type 'regexp)