]> git.eshelyaron.com Git - emacs.git/commitdiff
(String Conversion): Fix xref.
authorRichard M. Stallman <rms@gnu.org>
Tue, 19 Apr 2005 15:19:31 +0000 (15:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 19 Apr 2005 15:19:31 +0000 (15:19 +0000)
lispref/ChangeLog
lispref/strings.texi

index 59fc7b2ed38a3b53a97fb5d8be9b74f56efd047e..1b8adf367dbb12ef773040422f4195be3c5dc5a3 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-19  Kevin Ryde  <user42@zip.com.au>
+
+        * streams.texi (Output Functions): Fix xref.
+       * strings.texi (String Conversion): Fix xref.
+
 2005-04-19  Kim F. Storm  <storm@cua.dk>
 
        * symbols.texi (Symbol Plists): Add safe-get.
index bfe0f1f7e191cdd6af6303da9033a6f407b879f9..b70e8d9f9d47a8fbfb3582fa20bf890ff7927e11 100644 (file)
@@ -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