From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Info-follow-nearest-node doc string Date: Mon, 03 Apr 2006 14:46:02 +0200 Message-ID: <4431190A.3090105@student.lu.se> References: <44304988.2000000@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1144068418 3114 80.91.229.2 (3 Apr 2006 12:46:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Apr 2006 12:46:58 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 03 14:46:38 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 1FQOS3-0001Zk-ML for ged-emacs-devel@m.gmane.org; Mon, 03 Apr 2006 14:46:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQOS3-0001XM-5o for ged-emacs-devel@m.gmane.org; Mon, 03 Apr 2006 08:46:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FQORe-0001Rw-Ta for emacs-devel@gnu.org; Mon, 03 Apr 2006 08:46:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FQORd-0001QN-0o for emacs-devel@gnu.org; Mon, 03 Apr 2006 08:46:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQORc-0001QE-PY for emacs-devel@gnu.org; Mon, 03 Apr 2006 08:46:08 -0400 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FQOUd-0006wl-QU; Mon, 03 Apr 2006 08:49:16 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn1.fre.skanova.net (7.2.070) id 43F9B8E900A26913; Mon, 3 Apr 2006 14:46:03 +0200 User-Agent: Thunderbird 1.5 (Windows/20051201) Original-To: rms@gnu.org, Emacs Devel In-Reply-To: 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:52360 Archived-At: Richard Stallman wrote: > (Info-follow-nearest-node &optional fork) > > The parameter fork is not described. > > Want to document it? > I think it is just a matter of adding the following lines from `Info-goto-node': <<<<<<<<< If fork is non-nil (interactively with a prefix arg), show the node in a new Info buffer. If fork is a string, it is the name to use for the new buffer. >>>>>>>>> Could someone please do that? I do not want to touch the repository now.