summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-04-19 15:18:39 +0000
committerRichard M. Stallman <rms@gnu.org>2005-04-19 15:18:39 +0000
commite251f78c18afdf7cb78089ba60b93d3b73143fef (patch)
treeaf1c3c1292675804961493570a286af3eb431cda
parent191652f81595b18cbbdbc231d9a26034a04acf7d (diff)
(Output Functions): Fix xref.
-rw-r--r--lispref/streams.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/streams.texi b/lispref/streams.texi
index f459c1c821..09f8695cd2 100644
--- a/lispref/streams.texi
+++ b/lispref/streams.texi
@@ -659,7 +659,7 @@ characters in the output. (This argument is supported in Emacs versions
@end group
@end example
-See @code{format}, in @ref{String Conversion}, for other ways to obtain
+See @code{format}, in @ref{Formatting Strings}, for other ways to obtain
the printed representation of a Lisp object as a string.
@end defun