> From: Juri Linkov <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED], bug-texinfo@gnu.org, emacs-devel@gnu.org
> Date: Thu, 20 Oct 2005 14:16:22 +0300
>
> > makeinfo _always_ produces either a "::" or a "." at the end of the
> > @pxref cross-reference, before the closing paren, because those are
> > th
>> pxref seems to put in a full stop in the generated info page, when the
>> reference includes the manual name:
>>
>> (@pxref{Registers,,, gdb, The GNU debugger}) gives: (see Registers(gdb).)
>>
>> which seems wrong since
>>
>> (@pxref{Registers}) gives: (see Registers)
>
> Wrong mailing list
> From: Nick Roberts <[EMAIL PROTECTED]>
> Date: Thu, 20 Oct 2005 09:38:27 +1300
>
> pxref seems to put in a full stop in the generated info page, when the
> reference includes the manual name:
>
> (@pxref{Registers,,, gdb, The GNU debugger}) gives: (see Registers(gdb).)
>
> which seems wrong s