From f8e336831218af3321462c23c65f8f3a0d260fc9 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 17 Oct 2005 06:47:26 +0000 Subject: [PATCH] (Writing to Files): Replace `...' with `@dots{}' in `@defmac' and `@defspec'. --- lispref/files.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/files.texi b/lispref/files.texi index 5b8d77d2070..e9c5f31b448 100644 --- a/lispref/files.texi +++ b/lispref/files.texi @@ -625,7 +625,7 @@ feature is useful for programs that use files for internal purposes, files that the user does not need to know about. @end deffn -@defmac with-temp-file file body... +@defmac with-temp-file file body@dots{} @anchor{Definition of with-temp-file} The @code{with-temp-file} macro evaluates the @var{body} forms with a temporary buffer as the current buffer; then, at the end, it writes the -- 2.11.4.GIT