Variable: TeX-command-BibTeX
TeX-command-BibTeX is a customizable and buffer-local variable defined
in tex.el.
Documentation
The name of the BibTeX entry in TeX-command-list.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-command-BibTeX "BibTeX"
"The name of the BibTeX entry in `TeX-command-list'."
:group 'TeX-command-name
:type 'string
:local t)