# HG changeset patch # User Juri Linkov # Date 1129531734 0 # Node ID aa0580d8ce5c5453f0593edb448a7c8279f0c701 # Parent 51a739582477af938409d584c7ba43908a2007ab (Output Functions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'. diff -r 51a739582477 -r aa0580d8ce5c lispref/streams.texi --- 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.