# HG changeset patch # User Richard M. Stallman # Date 1113923939 0 # Node ID abfccde686bfa9ce763b1409621fbef2b6a28402 # Parent d2ff404dd254694d42430dbe519b7ff92c5bd6c8 (String Conversion): Fix xref. diff -r d2ff404dd254 -r abfccde686bf lispref/strings.texi --- a/lispref/strings.texi Tue Apr 19 15:18:39 2005 +0000 +++ b/lispref/strings.texi Tue Apr 19 15:18:59 2005 +0000 @@ -549,7 +549,8 @@ @cindex conversion of strings This section describes functions for conversions between characters, -strings and integers. @code{format} and @code{prin1-to-string} +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