Variable: TeX-PDF-mode
TeX-PDF-mode is a customizable and buffer-local variable defined in
tex.el.
Documentation
Non-nil if Tex-Pdf mode is enabled.
Use the command TeX-PDF-mode(var)/TeX-PDF-mode(fun) to change this variable.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-PDF-mode t nil
:group 'TeX-command
:set #'TeX-mode-set
:type 'boolean
:safe #'booleanp)