diff options
| author | Richard M. Stallman | 2005-04-19 15:19:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-04-19 15:19:31 +0000 |
| commit | 42fc00a42f31bb1aaa5980db5b5e2fe7bdce577f (patch) | |
| tree | c085a22524d732b0ee5190af8bfa4381271022ed /lispref/strings.texi | |
| parent | e251f78c18afdf7cb78089ba60b93d3b73143fef (diff) | |
| download | emacs-42fc00a42f31bb1aaa5980db5b5e2fe7bdce577f.tar.gz emacs-42fc00a42f31bb1aaa5980db5b5e2fe7bdce577f.zip | |
(String Conversion): Fix xref.
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 |