texinfo-make-menu-list

texinfo-make-menu-list is a compiled Lisp function in `texnfo-upd.el'.

(texinfo-make-menu-list BEGINNING END LEVEL)

Make a list of node names and their descriptions.
Point is left at the end of the menu region, but the menu is not inserted.

First argument is position from which to start making menu list;
second argument is end of region in which to try to locate entries;
third argument is the level of the nodes that are the entries.

Node names and descriptions are dotted pairs of strings. Each pair is
an element of the list. If the description does not exist, the
element consists only of the node name.