1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00

(String Conversion): Fix xref.

This commit is contained in:
Richard M. Stallman 2005-04-19 15:19:31 +00:00
parent e251f78c18
commit 42fc00a42f
2 changed files with 7 additions and 1 deletions

View 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