comparison lispref/files.texi @ 66144:d14adceeb897

(Writing to Files): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
author Juri Linkov <juri@jurta.org>
date Mon, 17 Oct 2005 06:47:26 +0000
parents 035ea9e34f56
children 09cf7401d368 0ca0d9181b5e
comparison
equal deleted inserted replaced
66143:a055e5294831 66144:d14adceeb897
623 nor @code{nil} nor a string, then this message is inhibited. This 623 nor @code{nil} nor a string, then this message is inhibited. This
624 feature is useful for programs that use files for internal purposes, 624 feature is useful for programs that use files for internal purposes,
625 files that the user does not need to know about. 625 files that the user does not need to know about.
626 @end deffn 626 @end deffn
627 627
628 @defmac with-temp-file file body... 628 @defmac with-temp-file file body@dots{}
629 @anchor{Definition of with-temp-file} 629 @anchor{Definition of with-temp-file}
630 The @code{with-temp-file} macro evaluates the @var{body} forms with a 630 The @code{with-temp-file} macro evaluates the @var{body} forms with a
631 temporary buffer as the current buffer; then, at the end, it writes the 631 temporary buffer as the current buffer; then, at the end, it writes the
632 buffer contents into file @var{file}. It kills the temporary buffer 632 buffer contents into file @var{file}. It kills the temporary buffer
633 when finished, restoring the buffer that was current before the 633 when finished, restoring the buffer that was current before the