diff options
author | Juri Linkov <juri@jurta.org> | 2005-10-17 06:48:54 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-10-17 06:48:54 +0000 |
commit | d866ddd968a502c82b1939935a9d847dc53a9d51 (patch) | |
tree | 39435e3b25d0314aa98bb55e37634660e9a51dc7 /lispref/streams.texi | |
parent | 248a47c9ecaae0d55b4dd44b7582478e3003ebc3 (diff) | |
download | emacs-d866ddd968a502c82b1939935a9d847dc53a9d51.tar.gz |
(Output Functions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
Diffstat (limited to 'lispref/streams.texi')
-rw-r--r-- | lispref/streams.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |