> Date: Sat, 19 Jan 2008 15:40:53 +0100 > From: Benno Schulenberg <[EMAIL PROTECTED]> > > The output of 'info --help' mentions the -O option, but running > 'info -O info' just shows the first node, not the command-line > options node. It works for all other programs, but not for 'info' > itself. :|
That's because you are trying it with the wrong Info file: `info.info' is not about the `info' the command, it's about the Info system itself. It describes the features of the Info system that are available in any Info reader, not just the standalone reader. > In my opinion the info and info-stnd documents should really become > a single document. That would be good, but the problem is that info.texi is maintained by the Emacs project, while info-stnd.texi is maintained by the Texinfo project. However, @include-ing the former from the latter could be a way to go, if you can figure out how to get the references and indices right.
