*** strings.texi.~1.38.~ 2005-04-19 09:59:07.000000000 +1000 --- strings.texi 2005-04-19 10:57:13.493519848 +1000 *************** *** 549,555 **** @cindex conversion of strings This section describes functions for conversions between characters, ! strings and integers. @code{format} 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 --- 549,556 ---- @cindex conversion of strings This section describes functions for conversions between characters, ! 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