Variable: LaTeX-expert-environment-table

LaTeX-expert-environment-table is a variable defined in tex.el.

Value

#s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data
	      ())

Documentation

A hash-table mapping environment names to the style name providing it.

A environment occuring in this table is considered an expert environment and treated specially in the completion.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(TeX-complete-make-expert-command-functions "environment" LaTeX-environment-list "LaTeX")