From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: elisp manual format cross references Date: Tue, 19 Apr 2005 11:05:15 +1000 Message-ID: <87ekd71sqc.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1113873249 7205 80.91.229.2 (19 Apr 2005 01:14:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Apr 2005 01:14:09 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 19 03:14:04 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DNhJP-0007Zo-Mu for ged-emacs-devel@m.gmane.org; Tue, 19 Apr 2005 03:14:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DNhNb-0002mj-HW for ged-emacs-devel@m.gmane.org; Mon, 18 Apr 2005 21:18:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DNhNS-0002mO-56 for emacs-devel@gnu.org; Mon, 18 Apr 2005 21:18:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DNhNN-0002ls-5L for emacs-devel@gnu.org; Mon, 18 Apr 2005 21:18:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DNhNM-000102-Vt for emacs-devel@gnu.org; Mon, 18 Apr 2005 21:18:05 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DNhDG-0002DP-Qx for emacs-devel@gnu.org; Mon, 18 Apr 2005 21:07:39 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j3J15UJu021239 for ; Tue, 19 Apr 2005 11:05:30 +1000 Original-Received: from localhost (ppp2FCA.dyn.pacific.net.au [61.8.47.202]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j3J15SIn024950 for ; Tue, 19 Apr 2005 11:05:29 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1DNhAy-0003Nj-00; Tue, 19 Apr 2005 11:05:16 +1000 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) 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:36100 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36100 --=-=-= I noticed two spots where cross references for the format function point to the wrong node. The one in prin1-to-string is outright wrong. The second at the top of the String Conversion node reads like format and prin1-to-string are both in Output Functions (which is not the case). 2005-04-19 Kevin Ryde * streams.texi (Output Functions), strings.texi (String Conversion): Correction to `format' node cross references. --=-=-= Content-Disposition: attachment; filename=streams.texi.format.diff *** streams.texi.~1.27.~ 2005-04-19 09:59:07.000000000 +1000 --- streams.texi 2005-04-19 10:55:14.458615904 +1000 *************** *** 659,665 **** @end group @end example ! See @code{format}, in @ref{String Conversion}, for other ways to obtain the printed representation of a Lisp object as a string. @end defun --- 659,665 ---- @end group @end example ! See @code{format}, in @ref{Formatting Strings}, for other ways to obtain the printed representation of a Lisp object as a string. @end defun --=-=-= Content-Disposition: attachment; filename=strings.texi.format.diff *** strings.texi.~1.38.~ 2005-04-19 09:59:07.000000000 +1000 --- strings.texi 2005-04-19 10:57:13.493519848 +1000 *************** *** 549,555 **** @cindex conversion of strings This section describes functions for conversions between characters, ! strings and integers. @code{format} and @code{prin1-to-string} (@pxref{Output Functions}) can also convert Lisp objects into strings. @code{read-from-string} (@pxref{Input Functions}) can ``convert'' a string representation of a Lisp object into an object. The functions --- 549,556 ---- @cindex conversion of strings This section describes functions for conversions between characters, ! strings and integers. @code{format} (@pxref{Formatting Strings}) and ! @code{prin1-to-string} (@pxref{Output Functions}) can also convert Lisp objects into strings. @code{read-from-string} (@pxref{Input Functions}) can ``convert'' a string representation of a Lisp object into an object. The functions --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --=-=-=--