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: Re: elisp manual format cross references Date: Wed, 04 May 2005 11:17:17 +1000 Message-ID: <87hdhjx00y.fsf@zip.com.au> References: <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 1115234766 30426 80.91.229.2 (4 May 2005 19:26:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 May 2005 19:26:06 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 04 21:26:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DTPVR-0007cU-D5 for ged-emacs-devel@m.gmane.org; Wed, 04 May 2005 21:26:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTPco-0002I1-1t for ged-emacs-devel@m.gmane.org; Wed, 04 May 2005 15:33:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DT8bI-0005db-GV for emacs-devel@gnu.org; Tue, 03 May 2005 21:22:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DT8Xc-0004ce-Jo for emacs-devel@gnu.org; Tue, 03 May 2005 21:19:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DT8Xc-0004bp-9Y for emacs-devel@gnu.org; Tue, 03 May 2005 21:19:08 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DT8an-0004pR-VC for emacs-devel@gnu.org; Tue, 03 May 2005 21:22:27 -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 j441HNrI005579 for ; Wed, 4 May 2005 11:17:23 +1000 Original-Received: from localhost (ppp242C.dyn.pacific.net.au [61.8.36.44]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j441HMx6023728 for ; Wed, 4 May 2005 11:17:22 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1DT8Vq-0001MT-00; Wed, 04 May 2005 11:17:18 +1000 Original-To: emacs-devel@gnu.org In-Reply-To: <87ekd71sqc.fsf@zip.com.au> (Kevin Ryde's message of "Tue, 19 Apr 2005 11:05:15 +1000") 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:36644 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36644 --=-=-= One more spot, * display.texi (The Echo Area): Correction to format function cross reference. --=-=-= Content-Disposition: attachment; filename=display.texi.diff Index: display.texi =================================================================== RCS file: /cvsroot/emacs/emacs/lispref/display.texi,v retrieving revision 1.159 diff -u -c -r1.159 display.texi cvs diff: conflicting specifications of output style *** display.texi 1 May 2005 17:01:44 -0000 1.159 --- display.texi 4 May 2005 01:15:53 -0000 *************** *** 200,206 **** @defun message string &rest arguments This function displays a message in the echo area. The argument @var{string} is similar to a C language @code{printf} control ! string. See @code{format} in @ref{String Conversion}, for the details on the conversion specifications. @code{message} returns the constructed string. --- 200,206 ---- @defun message string &rest arguments This function displays a message in the echo area. The argument @var{string} is similar to a C language @code{printf} control ! string. See @code{format} in @ref{Formatting Strings}, for the details on the conversion specifications. @code{message} returns the constructed string. --=-=-= 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 --=-=-=--