Mercurial > emacs
diff lispref/strings.texi @ 61667:abfccde686bf
(String Conversion): Fix xref.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 19 Apr 2005 15:18:59 +0000 |
| parents | 6654a6208131 |
| children | 99e9892a51d9 e1fbb019c538 |
line wrap: on
line diff
--- 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
