Variable: TeX-dialect

TeX-dialect is a variable defined in tex.el.

Value

:latex

Documentation

Default dialect for use with function TeX-add-style-hook.

This applies to the argument DIALECT-EXPR when the hook is to be run only on LaTeX file, or any mode derived thereof. See variable TeX-style-hook-dialect.

Aliases

LaTeX-dialect (obsolete since 13.0)

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defconst TeX-dialect :latex
  "Default dialect for use with function `TeX-add-style-hook'.
This applies to the argument DIALECT-EXPR when the hook is to be
run only on LaTeX file, or any mode derived thereof.  See
variable `TeX-style-hook-dialect'." )