aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-04-19 15:19:31 +0000
committerRichard M. Stallman <[email protected]>2005-04-19 15:19:31 +0000
commit42fc00a42f31bb1aaa5980db5b5e2fe7bdce577f (patch)
treec085a22524d732b0ee5190af8bfa4381271022ed /lispref
parente251f78c18afdf7cb78089ba60b93d3b73143fef (diff)
(String Conversion): Fix xref.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog5
-rw-r--r--lispref/strings.texi3
2 files changed, 7 insertions, 1 deletions
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 <[email protected]>
+
+ * streams.texi (Output Functions): Fix xref.
+ * strings.texi (String Conversion): Fix xref.
+
2005-04-19 Kim F. Storm <[email protected]>
* 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