Variable: TeX-tree-roots
TeX-tree-roots is a customizable variable defined in tex.el.
Value
nil
Documentation
List of all available TeX tree root directories.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-tree-roots (TeX-tree-roots)
"List of all available TeX tree root directories."
:group 'TeX-file
:type '(repeat directory))