Variable: texinfo-texindex-command
texinfo-texindex-command is a customizable variable defined in
texinfo.el.gz.
Value
"texindex"
Documentation
Command used by texinfo-texindex to sort unsorted index files.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/texinfo.el.gz
(defcustom texinfo-texindex-command "texindex"
"Command used by `texinfo-texindex' to sort unsorted index files."
:type 'string)