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 | |
| parent | e251f78c18afdf7cb78089ba60b93d3b73143fef (diff) | |
| download | emacs-42fc00a42f31bb1aaa5980db5b5e2fe7bdce577f.tar.gz emacs-42fc00a42f31bb1aaa5980db5b5e2fe7bdce577f.zip | |
(String Conversion): Fix xref.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/strings.texi | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 59fc7b2ed38..1b8adf367db 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-04-19 Kevin Ryde <user42@zip.com.au> | ||
| 2 | |||
| 3 | * streams.texi (Output Functions): Fix xref. | ||
| 4 | * strings.texi (String Conversion): Fix xref. | ||
| 5 | |||
| 1 | 2005-04-19 Kim F. Storm <storm@cua.dk> | 6 | 2005-04-19 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * symbols.texi (Symbol Plists): Add safe-get. | 8 | * symbols.texi (Symbol Plists): Add safe-get. |
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 |