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 <[EMAIL PROTECTED]> * streams.texi (Output Functions), strings.texi (String Conversion): Correction to `format' node cross references.
*** 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
*** 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
_______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel