From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Problem in gnus.texi Date: Sat, 02 Oct 2010 10:03:45 +0200 Message-ID: <838w2hqavy.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1286006672 25588 80.91.229.12 (2 Oct 2010 08:04:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 2 Oct 2010 08:04:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 02 10:04:31 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P1x53-0005mN-Cj for ged-emacs-devel@m.gmane.org; Sat, 02 Oct 2010 10:04:29 +0200 Original-Received: from localhost ([127.0.0.1]:53387 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1x52-0002kp-9n for ged-emacs-devel@m.gmane.org; Sat, 02 Oct 2010 04:04:28 -0400 Original-Received: from [140.186.70.92] (port=36686 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1x4v-0002kg-Er for emacs-devel@gnu.org; Sat, 02 Oct 2010 04:04:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1x4u-0005cv-B7 for emacs-devel@gnu.org; Sat, 02 Oct 2010 04:04:21 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:57970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1x4u-0005cg-38 for emacs-devel@gnu.org; Sat, 02 Oct 2010 04:04:20 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L9N00700KZ0AM00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sat, 02 Oct 2010 10:03:40 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.77.74]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L9N007CVL239620@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sat, 02 Oct 2010 10:03:40 +0200 (IST) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131221 Archived-At: Makeinfo complains thusly: makeinfo --force gnus.texi gnus.texi:15114: warning: `.' or `,' must follow @xref, not `f'. This is because the offending text: This variable can also be a fancy split method. See @xref{Fancy Mail Splitting} for the syntax. should have a comma after "Syntax}", but doesn't. Btw, "See @xref" is also incorrect. @xref already produces "See" before the link, so this will yield two "See"s in a row. I didn't fix this myself, because gnus.texi is maintained elsewhere, AFAIK.