mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 22:40:51 -08:00
(String Conversion): Fix xref.
This commit is contained in:
parent
e251f78c18
commit
42fc00a42f
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-04-19 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* streams.texi (Output Functions): Fix xref.
|
||||
* strings.texi (String Conversion): Fix xref.
|
||||
|
||||
2005-04-19 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* symbols.texi (Symbol Plists): Add safe-get.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue