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: Adding "Reading File Names" to Info node "File Names" Date: Sun, 25 Jun 2006 06:14:15 +0300 Message-ID: References: <449DC081.5020704@student.lu.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1151205281 27008 80.91.229.2 (25 Jun 2006 03:14:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 25 Jun 2006 03:14:41 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 25 05:14:37 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FuL4z-0007TC-El for ged-emacs-devel@m.gmane.org; Sun, 25 Jun 2006 05:14:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FuL4y-0007CR-Qn for ged-emacs-devel@m.gmane.org; Sat, 24 Jun 2006 23:14:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FuL4m-0007Bq-8Z for emacs-devel@gnu.org; Sat, 24 Jun 2006 23:14:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FuL4j-0007BW-G5 for emacs-devel@gnu.org; Sat, 24 Jun 2006 23:14:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FuL4j-0007BT-8H for emacs-devel@gnu.org; Sat, 24 Jun 2006 23:14:17 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FuLGI-000098-0O for emacs-devel@gnu.org; Sat, 24 Jun 2006 23:26:14 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-198-70.inter.net.il [80.230.198.70]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DVT80824 (AUTH halo1); Sun, 25 Jun 2006 06:14:14 +0300 (IDT) Original-To: Lennart Borgman In-reply-to: <449DC081.5020704@student.lu.se> (message from Lennart Borgman on Sun, 25 Jun 2006 00:45:21 +0200) 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:56166 Archived-At: > Date: Sun, 25 Jun 2006 00:45:21 +0200 > From: Lennart Borgman > > + For information about how to read file names from the minibuffer see > +@xref{Reading File Names}. I have no opinion about the need for the cross-reference, but this is incorrect Texinfo usage. @xref should not be used in the middle of a sentence, you probably want "see @ref" instead. Try running your patched version through makeinfo and look at the result, you will see what I mean.