Node:texinfo-format commands, Next:Batch Formatting, Previous:makeinfo in Emacs, Up:Creating an Info File
texinfo-format...
CommandsIn GNU Emacs in Texinfo mode, you can format part or all of a Texinfo
file with the texinfo-format-region
command. This formats the
current region and displays the formatted text in a temporary buffer
called *Info Region*
.
Similarly, you can format a buffer with the
texinfo-format-buffer
command. This command creates a new
buffer and generates the Info file in it. Typing C-x C-s will
save the Info file under the name specified by the
@setfilename
line which must be near the beginning of the
Texinfo file.
texinfo-format-region
texinfo-format-buffer
The texinfo-format-region
and texinfo-format-buffer
commands provide you with some error checking, and other functions can
provide you with further help in finding formatting errors. These
procedures are described in an appendix; see Catching Mistakes.
However, the makeinfo
program is often faster and
provides better error checking (see makeinfo in Emacs).