Variable: TeX-auto-save-aggregate
TeX-auto-save-aggregate is a customizable variable defined in tex.el.
Value
t
Documentation
When non-nil, save parsed information in one directory.
Each style file of automatically parsed information is saved in
"auto" subdirectory of master file.
When nil, saves in each "auto" subdirectory.
Subdirectory name is actually taken from TeX-auto-local.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-auto-save-aggregate t
"When non-nil, save parsed information in one directory.
Each style file of automatically parsed information is saved in
\"auto\" subdirectory of master file.
When nil, saves in each \"auto\" subdirectory.
Subdirectory name is actually taken from `TeX-auto-local'."
:group 'TeX-parse
:type 'boolean)