> From: Gavin Smith <[email protected]> > Date: Thu, 23 Apr 2026 21:02:58 +0100 > Cc: [email protected] > > Another option, in Texinfo 7.3 at least, is to make the node that contains > the menu an "unstructured node". You do this by using @heading instead > of @section: > > $ diff -u info.texi info-B.texi > --- info.texi 2026-04-23 17:04:20.010676572 +0100 > +++ info-B.texi 2026-04-23 20:27:26.539113798 +0100 > @@ -426,7 +426,7 @@ > @end format > > @node Help-Inv > -@section Invisible text in Emacs Info > +@heading Invisible text in Emacs Info > > Before discussing menus, we need to make some remarks that are only > relevant to users reading Info using Emacs. Users of the stand-alone > > This also has the effect of removing the section number from the heading > at the start of the node so may not be desirable. (It may have knock-on > effects for other menus too, although it seemed fine when I tested it.)
Thanks, I eventually used this method, as the least invasive one.
