summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2005-10-17 06:48:54 +0000
committerJuri Linkov <juri@jurta.org>2005-10-17 06:48:54 +0000
commitd866ddd968a502c82b1939935a9d847dc53a9d51 (patch)
tree39435e3b25d0314aa98bb55e37634660e9a51dc7
parent248a47c9ecaae0d55b4dd44b7582478e3003ebc3 (diff)
(Output Functions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
-rw-r--r--lispref/streams.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/streams.texi b/lispref/streams.texi
index b5a18e27d0..cb8a7fcf29 100644
--- a/lispref/streams.texi
+++ b/lispref/streams.texi
@@ -663,7 +663,7 @@ See @code{format}, in @ref{Formatting Strings}, for other ways to obtain
the printed representation of a Lisp object as a string.
@end defun
-@defmac with-output-to-string body...
+@defmac with-output-to-string body@dots{}
This macro executes the @var{body} forms with @code{standard-output} set
up to feed output into a string. Then it returns that string.