This was reported by an Emacs user (see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=80736): when generating info.info from info.texi using the latest makeinfo 7.3, one gets the following warnings:
info.texi:462: warning: unexpected node `Help-]' in menu info.texi:624: warning: unexpected node `Help-FOO' in menu I see nothing problematic in these two menus, the only aspect that could be considered "unusual" is that both menus have several entries that point to the same node. But that is completely legit, AFAIK, so why does makeinfo emit a warning? And if this warning is inevitable, is there any way to avoid it? Thanks.
