Variable: TeX-lisp-directory
TeX-lisp-directory is a variable defined in tex-site.el.
Value
"/root/.emacs.d/elpa/auctex-14.1.2"
Documentation
The directory where most of the AUCTeX lisp files are located.
For the location of lisp files associated with styles, see the variables TeX-style-* (hand-generated lisp) and TeX-auto-* (automatically generated lisp).
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-site.el
(defvar TeX-lisp-directory
(directory-file-name (file-name-directory load-file-name))
"The directory where most of the AUCTeX lisp files are located.
For the location of lisp files associated with
styles, see the variables TeX-style-* (hand-generated lisp) and
TeX-auto-* (automatically generated lisp).")