From: Juri Linkov Date: Mon, 17 Oct 2005 06:48:54 +0000 (+0000) Subject: (Output Functions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'. X-Git-Tag: emacs-pretest-22.0.90~6555 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d866ddd968a502c82b1939935a9d847dc53a9d51;p=emacs.git (Output Functions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'. --- diff --git a/lispref/streams.texi b/lispref/streams.texi index b5a18e27d01..cb8a7fcf297 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.