aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/strings.texi
diff options
context:
space:
mode:
authorRichard M. Stallman2005-04-19 15:19:31 +0000
committerRichard M. Stallman2005-04-19 15:19:31 +0000
commit42fc00a42f31bb1aaa5980db5b5e2fe7bdce577f (patch)
treec085a22524d732b0ee5190af8bfa4381271022ed /lispref/strings.texi
parente251f78c18afdf7cb78089ba60b93d3b73143fef (diff)
downloademacs-42fc00a42f31bb1aaa5980db5b5e2fe7bdce577f.tar.gz
emacs-42fc00a42f31bb1aaa5980db5b5e2fe7bdce577f.zip
(String Conversion): Fix xref.
Diffstat (limited to 'lispref/strings.texi')
-rw-r--r--lispref/strings.texi3
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,
552strings and integers. @code{format} and @code{prin1-to-string} 552strings and integers. @code{format} (@pxref{Formatting Strings})
553and @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
555string representation of a Lisp object into an object. The functions 556string representation of a Lisp object into an object. The functions