X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/86cf000e8409952e492ed786102af11d4017fdd3..be051bc0e6a3dede4e185830d271fb4766030922:/lispref/strings.texi?ds=sidebyside 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