Variable: TeX-parse-self

TeX-parse-self is a customizable variable defined in tex.el.

Value

nil

Documentation

Parse file after loading it if no style hook is found for it.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-parse-self nil
  "Parse file after loading it if no style hook is found for it."
  :group 'TeX-parse
  :type 'boolean)