Variable: texinfo-tex-command
texinfo-tex-command is a customizable variable defined in
texinfo.el.gz.
Value
"tex"
Documentation
Command used by texinfo-tex-region to run TeX on a region.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/texinfo.el.gz
(defcustom texinfo-tex-command "tex"
"Command used by `texinfo-tex-region' to run TeX on a region."
:type 'string)