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/ChangeLog | 5 +++++ lispref/strings.texi | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'lispref') diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 59fc7b2ed3..1b8adf367d 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2005-04-19 Kevin Ryde + + * streams.texi (Output Functions): Fix xref. + * strings.texi (String Conversion): Fix xref. + 2005-04-19 Kim F. Storm * symbols.texi (Symbol Plists): Add safe-get. diff --git a/lispref/strings.texi b/lispref/strings.texi index bfe0f1f7e1..b70e8d9f9d 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.3