changeset 66147:aa0580d8ce5c

(Output Functions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
author Juri Linkov <juri@jurta.org>
date Mon, 17 Oct 2005 06:48:54 +0000
parents 51a739582477
children 1accb97f86b9
files lispref/streams.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/streams.texi	Mon Oct 17 06:48:32 2005 +0000
+++ b/lispref/streams.texi	Mon Oct 17 06:48:54 2005 +0000
@@ -663,7 +663,7 @@
 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.