Variable: TeX-auto-x-parse-length

TeX-auto-x-parse-length is a customizable and buffer-local variable defined in tex.el.

Documentation

Maximum length of TeX file that will be parsed additionally.

Use TeX-auto-x-regexp-list for parsing the region between TeX-auto-parse-length and this value.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-auto-x-parse-length 0
  "Maximum length of TeX file that will be parsed additionally.
Use `TeX-auto-x-regexp-list' for parsing the region between
`TeX-auto-parse-length' and this value."
  :group 'TeX-parse
  :type 'integer
  :local t)