Variable: TeX-style-local
TeX-style-local is a customizable variable defined in tex.el.
Value
"style"
Documentation
Directory containing hand generated TeX information.
These 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-style-local "style"
"Directory containing hand generated TeX information.
These correspond to TeX macros found in the current directory, and must
be relative to that."
:group 'TeX-file
:type 'string)