texinfo-update-node

texinfo-update-node is an interactive autoloaded compiled Lisp function in `texnfo-upd.el'.


(texinfo-update-node &optional BEGINNING END)

Without any prefix argument, update the node in which point is located.
Interactively, a prefix argument means to operate on the region.

Warning: do NOT use this function if your Texinfo file uses @node
lines without the `Next', `Previous', `Up' pointers, because the
result could be an invalid Texinfo file due to known deficiencies
in this command: it does not support @ignore and @if* directives.

The functions for creating or updating nodes and menus, and their
keybindings, are:

texinfo-update-node (&optional beginning end) M-x texinfo-update-node
texinfo-every-node-update () M-x texinfo-every-node-update
texinfo-sequential-node-update (&optional region-p)

texinfo-make-menu (&optional region-p) M-x texinfo-make-menu
texinfo-all-menus-update () M-x texinfo-all-menus-update
texinfo-master-menu ()

texinfo-indent-menu-description (column &optional region-p)

The `texinfo-column-for-description' variable specifies the column to
which menu descriptions are indented. Its default value is 32.