> From: Gavin Smith <[email protected]> > Date: Sun, 6 Nov 2016 15:25:47 +0000 > Cc: "[email protected]" <[email protected]> > > The nodes are not nested within one another. But the nodes contain > menus which refer to other nodes, so the nodes form a tree structure > within the info file.
Nitpicking: the Info format doesn't require the node structure to be a tree, it can be an arbitrary graph. However, in practice the structure is almost always a tree (info.info is a notable exception).
