# HG changeset patch # User Juri Linkov # Date 1129531490 0 # Node ID 50ae7c160214c811cff845453a0968b08889e086 # Parent 88bf1b026ccbf85fb91f75e1b75a2e7fd344d10e (Current Buffer): Replace `...' with `@dots{}' in `@defmac' and `@defspec'. diff -r 88bf1b026ccb -r 50ae7c160214 lispref/buffers.texi --- a/lispref/buffers.texi Mon Oct 17 06:33:31 2005 +0000 +++ b/lispref/buffers.texi Mon Oct 17 06:44:50 2005 +0000 @@ -202,7 +202,7 @@ existing buffer. @end defun -@defspec save-current-buffer body... +@defspec save-current-buffer body@dots{} The @code{save-current-buffer} special form saves the identity of the current buffer, evaluates the @var{body} forms, and finally restores that buffer as current. The return value is the value of the last @@ -215,7 +215,7 @@ remains current. @end defspec -@defmac with-current-buffer buffer-or-name body... +@defmac with-current-buffer buffer-or-name body@dots{} The @code{with-current-buffer} macro saves the identity of the current buffer, makes @var{buffer-or-name} current, evaluates the @var{body} forms, and finally restores the buffer. The return value is the value @@ -227,7 +227,7 @@ existing buffer. @end defmac -@defmac with-temp-buffer body... +@defmac with-temp-buffer body@dots{} @anchor{Definition of with-temp-buffer} The @code{with-temp-buffer} macro evaluates the @var{body} forms with a temporary buffer as the current buffer. It saves the identity of