Variable: plain-TeX-dialect
plain-TeX-dialect is a variable defined in plain-tex.el.
Value
:plain-tex
Documentation
Default dialect for use with function TeX-add-style-hook for
argument DIALECT-EXPR when the hook is to be run only on
plain-TeX file, or any mode derived thereof. See variable
TeX-style-hook-dialect.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/plain-tex.el
;;; The mode
(defconst plain-TeX-dialect :plain-tex
"Default dialect for use with function `TeX-add-style-hook' for
argument DIALECT-EXPR when the hook is to be run only on
plain-TeX file, or any mode derived thereof. See variable
`TeX-style-hook-dialect'." )