Variable: TeX-style-hook-dialect-weight-alist
TeX-style-hook-dialect-weight-alist is a variable defined in tex.el.
Value
((:latex . 1) (:texinfo . 2) (:bibtex . 4) (:plain-tex . 8)
(:context . 16) (:classopt . 32))
Documentation
Association list to map dialects to binary weight, in order to implement dialect sets as bitmaps.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defconst TeX-style-hook-dialect-weight-alist
'((:latex . 1) (:texinfo . 2) (:bibtex . 4) (:plain-tex . 8) (:context . 16)
(:classopt . 32))
"Association list to map dialects to binary weight, in order to
implement dialect sets as bitmaps." )