From 42fc00a42f31bb1aaa5980db5b5e2fe7bdce577f Mon Sep 17 00:00:00 2001 From: Richard M. Stallman Date: Tue, 19 Apr 2005 15:19:31 +0000 Subject: (String Conversion): Fix xref. --- lispref/strings.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lispref/strings.texi') diff --git a/lispref/strings.texi b/lispref/strings.texi index bfe0f1f7e19..b70e8d9f9d4 100644 --- a/lispref/strings.texi +++ b/lispref/strings.texi @@ -549,7 +549,8 @@ for a kind of string comparison; see @ref{Regexp Search}. @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 -- cgit v1.2.1