Variable: TeX-auto-local
TeX-auto-local is a customizable variable defined in tex.el.
Value
"auto"
Documentation
Directory containing automatically generated TeX information.
This correspond to TeX macros found in the current directory, and must be relative to that.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-auto-local "auto"
"Directory containing automatically generated TeX information.
This correspond to TeX macros found in the current directory, and must
be relative to that."
:group 'TeX-file
:type 'string)