> From: Ralph Schleicher <[email protected]> > Date: Fri, 03 Mar 2017 20:33:31 +0100 > > -- Class: cie-rgb-color > Color class for the CIE RGB color space. > > *Class Precedence List* > *note 'cie-rgb-color' *note > 'rgb-color-object' *note > 'color-object' ... > > This is IMHO sub-optimal. It should rather look like this: > > *Class Precedence List* > 'cie-rgb-color', 'rgb-color-object', 'color-object', ...
The "*note" part is what tells the Info reader that what follows is a cross-reference. If you take that away, how can the Info reader distinguish between the rest and just plain text elsewhere in the manual? IOW, the fundamental problem here is that the Info format doesn't have any markup to designate certain parts as hyper-links. That's why it needs "*note".
