Variable: texinfo-texi2dvi-options

texinfo-texi2dvi-options is a customizable variable defined in texinfo.el.gz.

Value

""

Documentation

Command line options for texinfo-texi2dvi-command.

This variable was added, or its default value changed, in Emacs 28.1.

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/texinfo.el.gz
(defcustom texinfo-texi2dvi-options ""
  "Command line options for `texinfo-texi2dvi-command'."
  :type 'string
  :version "28.1")