Re: PATCH: Fix Info node link
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.general |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Jacob" == Jacob Bachmeyer <[email protected]> writes: Jacob> Another broken Info node link. Emacs can maintain these links (C-c Jacob> C-u Jacob> C-n on the "rsh procedure" node made this patch, or see the "Texinfo" Jacob> menu), or they can be omitted from the Texinfo source entirely if Jacob> certain conditions described in the Texinfo manual are met. IMO it's far better just to order nodes correctly in the source and omit these extra links from the @node lines. It makes maintaining the manual simpler. Other projects, like gdb and Emacs, do this. Tom