Variable: font-latex-quotes-internal

font-latex-quotes-internal is a buffer-local variable defined in font-latex.el.

Documentation

Internal variable for tracking outcome of automatic detection.

If automatic detection is not enabled, it is assigned the value of font-latex-quotes.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/font-latex.el
(defvar-local font-latex-quotes-internal nil
  "Internal variable for tracking outcome of automatic detection.
If automatic detection is not enabled, it is assigned the value
of `font-latex-quotes'.")