Variable: TeX-quote-language

TeX-quote-language is a buffer-local variable defined in tex.el.

Documentation

If non-nil determines behavior of quote insertion.

It is usually set by language-related style files. Its value has the same structure as the elements of TeX-quote-language-alist. The symbol override can be used as its car in order to override the settings of style files. Style files should therefore check if this symbol is present and not alter TeX-quote-language if it is.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar-local TeX-quote-language nil
  "If non-nil determines behavior of quote insertion.
It is usually set by language-related style files.  Its value has
the same structure as the elements of `TeX-quote-language-alist'.
The symbol `override' can be used as its car in order to override
the settings of style files.  Style files should therefore check
if this symbol is present and not alter `TeX-quote-language' if
it is.")