aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-04-19 15:18:39 +0000
committerRichard M. Stallman2005-04-19 15:18:39 +0000
commite251f78c18afdf7cb78089ba60b93d3b73143fef (patch)
treeaf1c3c1292675804961493570a286af3eb431cda
parent191652f81595b18cbbdbc231d9a26034a04acf7d (diff)
downloademacs-e251f78c18afdf7cb78089ba60b93d3b73143fef.tar.gz
emacs-e251f78c18afdf7cb78089ba60b93d3b73143fef.zip
(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 f459c1c821a..09f8695cd25 100644
--- a/lispref/streams.texi
+++ b/lispref/streams.texi
@@ -659,7 +659,7 @@ characters in the output. (This argument is supported in Emacs versions
659@end group 659@end group
660@end example 660@end example
661 661
662See @code{format}, in @ref{String Conversion}, for other ways to obtain 662See @code{format}, in @ref{Formatting Strings}, for other ways to obtain
663the printed representation of a Lisp object as a string. 663the printed representation of a Lisp object as a string.
664@end defun 664@end defun
665 665