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: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r110632: * text.texi (Org Authoring): Change @ref to @pxref. Date: Tue, 23 Oct 2012 21:24:30 +0200 Message-ID: <83txtlat5d.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1351020286 29753 80.91.229.3 (23 Oct 2012 19:24:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2012 19:24:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bastien Guerry Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 23 21:24:54 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TQk5u-0001TZ-8q for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2012 21:24:54 +0200 Original-Received: from localhost ([::1]:55530 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQk5m-0001Xl-LY for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2012 15:24:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQk5l-0001Xe-0c for emacs-devel@gnu.org; Tue, 23 Oct 2012 15:24:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQk5f-0004HB-Ej for emacs-devel@gnu.org; Tue, 23 Oct 2012 15:24:44 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:40414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQk5Y-0004DB-Uz; Tue, 23 Oct 2012 15:24:33 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MCD005001VTS800@a-mtaout23.012.net.il>; Tue, 23 Oct 2012 21:24:31 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MCD005DW1WUM9C0@a-mtaout23.012.net.il>; Tue, 23 Oct 2012 21:24:31 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:154483 Archived-At: This change is wrong: > === modified file 'doc/emacs/text.texi' > --- a/doc/emacs/text.texi 2012-06-17 05:13:40 +0000 > +++ b/doc/emacs/text.texi 2012-10-23 16:12:59 +0000 > @@ -1399,7 +1399,7 @@ > #+end_example > @end example > > - For further details, see @ref{Exporting,,,org, The Org Manual} and > + For further details, @pxref{Exporting,,,org, The Org Manual}, and > @ref{Publishing,,,org, The Org Manual}. @pxref should only be used inside parentheses. What was the problem with "see @ref", apart of the fact that a comma was missing after the closing brace?