> Date: Mon, 5 Jun 2023 08:11:00 -0700 > From: Raymond Toy <toy.raym...@gmail.com> > > It appears not to be consistent. We have this in the texinfo source: > > > @fnindex N'th previous output > > with a real apostrohpe. The info file has > > > * N'th previous output: Functions and Variables for Command > Line. > > and that’s also a real apostrophe. Don’t know what’s different between the > two cases.
I'm guessing that @fnindex is the index of function names, in which case it generates a "code" typeface, where ASCII characters are not converted to their Unicode typographical equivalents. So this is consistent, jut not the kind of consistency you expected.