diff options
Diffstat (limited to 'lispref/strings.texi')
| -rw-r--r-- | lispref/strings.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/strings.texi b/lispref/strings.texi index bfe0f1f7e19..b70e8d9f9d4 100644 --- a/lispref/strings.texi +++ b/lispref/strings.texi | |||
| @@ -549,7 +549,8 @@ for a kind of string comparison; see @ref{Regexp Search}. | |||
| 549 | @cindex conversion of strings | 549 | @cindex conversion of strings |
| 550 | 550 | ||
| 551 | This section describes functions for conversions between characters, | 551 | This section describes functions for conversions between characters, |
| 552 | strings and integers. @code{format} and @code{prin1-to-string} | 552 | strings and integers. @code{format} (@pxref{Formatting Strings}) |
| 553 | and @code{prin1-to-string} | ||
| 553 | (@pxref{Output Functions}) can also convert Lisp objects into strings. | 554 | (@pxref{Output Functions}) can also convert Lisp objects into strings. |
| 554 | @code{read-from-string} (@pxref{Input Functions}) can ``convert'' a | 555 | @code{read-from-string} (@pxref{Input Functions}) can ``convert'' a |
| 555 | string representation of a Lisp object into an object. The functions | 556 | string representation of a Lisp object into an object. The functions |