Mercurial > emacs
changeset 61667:abfccde686bf
(String Conversion): Fix xref.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 19 Apr 2005 15:18:59 +0000 |
parents | d2ff404dd254 |
children | 78ea81e48fa8 |
files | lispref/strings.texi |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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