texinfo-incorporate-menu-entry-names

texinfo-incorporate-menu-entry-names is a compiled Lisp function in `texnfo-upd.el'.

(texinfo-incorporate-menu-entry-names NEW-MENU-LIST)

Copy any old menu entry names to the new menu.

Point must be at beginning of old menu.

If the node-name of the new menu entry cannot be found in the old
menu, do nothing.

For this function, the new menu is a list made up of lists of dotted
pairs in which the first element of the pair is the node name and the
second element is the description (or nil).

If we find an existing menu entry name, we change the first element of
the pair to be another dotted pair in which the car is the menu entry
name and the cdr is the node name.

NEW-MENU-LIST is changed destructively. The old menu is the menu as it
appears in the texinfo file.