Noam Postavsky writes: > Mauro Aranda writes: > >>> ../../../doc/misc/gnus.texi:3099: warning: `.' or `,' must follow @xref, not `f'. >>> ../../../doc/misc//gnus-faq.texi:710: warning: `.' or `,' must follow @xref, not `f'. >> >> Right. My version of makeinfo (6.1) doesn't warn about that. > > Hmm, I'm using version 4.13 (because it's faster); if newer versions > don't warn about this, maybe we should ignore these warnings. IMO, it's fairly easy to avoid these warnings, so I wouldn't suggest modifications that introduce them. BTW, one of the hits you reported, namely: ./misc/gnus.texi:3115:See @pxref{Group Mail Splitting} to automatically split on group looks like is from the master branch and would produce the same warning with the previous patch. So I attach a new patch, that covers all the hits of redundant "See"s found, and don't produce warnings, AFAICS. Best regards, Mauro.