Variable: TeX-expert-macro-table

TeX-expert-macro-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 macro names to the style name providing it.

A macro occuring in this table is considered an expert macro 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 "macro" TeX-symbol-list "TeX")