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