]> git.eshelyaron.com Git - emacs.git/commitdiff
(Output Functions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
authorJuri Linkov <juri@jurta.org>
Mon, 17 Oct 2005 06:48:54 +0000 (06:48 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 17 Oct 2005 06:48:54 +0000 (06:48 +0000)
lispref/streams.texi

index b5a18e27d012567ca481b3a795e98bf6b9e4a5c3..cb8a7fcf29780c43d63e0e899214682d27386d10 100644 (file)
@@ -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.