Function: texi2info

Convert the current buffer (written in Texinfo code) into an Info file.
The Info file output is generated in a buffer visiting the Info file
names specified in the @setfilename command.

This function automatically updates all node pointers and menus, and
creates a master menu. This work is done on a temporary buffer that
is automatically removed when the Info file is created. The original
Texinfo source buffer is not changed.

Non-nil argument (prefix, if interactive) means don't split the file
if large. You can use `Info-split' to do this manually. (fn &optional NOSPLIT)