unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* elisp manual format cross references
@ 2005-04-19  1:05 Kevin Ryde
  2005-05-04  1:17 ` Kevin Ryde
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Ryde @ 2005-04-19  1:05 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 462 bytes --]

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  <user42@zip.com.au>

        * streams.texi (Output Functions), strings.texi (String Conversion):
        Correction to `format' node cross references.


[-- Attachment #2: streams.texi.format.diff --]
[-- Type: text/plain, Size: 525 bytes --]

*** 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
  

[-- Attachment #3: strings.texi.format.diff --]
[-- Type: text/plain, Size: 973 bytes --]

*** 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

[-- Attachment #4: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: elisp manual format cross references
  2005-04-19  1:05 elisp manual format cross references Kevin Ryde
@ 2005-05-04  1:17 ` Kevin Ryde
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Ryde @ 2005-05-04  1:17 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 112 bytes --]

One more spot,

        * display.texi (The Echo Area): Correction to format function cross
        reference.


[-- Attachment #2: display.texi.diff --]
[-- Type: text/plain, Size: 1062 bytes --]

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.
  

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-04  1:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-19  1:05 elisp manual format cross references Kevin Ryde
2005-05-04  1:17 ` Kevin Ryde

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).