changeset 66143:a055e5294831

(Progress, Defining Faces): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
author Juri Linkov <juri@jurta.org>
date Mon, 17 Oct 2005 06:46:57 +0000
parents 17e84500628a
children d14adceeb897
files lispref/display.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/display.texi	Mon Oct 17 06:46:14 2005 +0000
+++ b/lispref/display.texi	Mon Oct 17 06:46:57 2005 +0000
@@ -403,7 +403,7 @@
 Secondly, ``done'' is more explicit.
 @end defun
 
-@defmac dotimes-with-progress-reporter (var count [result]) message body...
+@defmac dotimes-with-progress-reporter (var count [result]) message body@dots{}
 This is a convenience macro that works the same way as @code{dotimes}
 does, but also reports loop progress using the functions described
 above.  It allows you to save some typing.
@@ -1721,7 +1721,7 @@
 customize using the Customization buffer (@pxref{Easy Customization,,,
 emacs, The GNU Emacs Manual}).
 
-@defmac defface face spec doc [keyword value]...
+@defmac defface face spec doc [keyword value]@dots{}
 This declares @var{face} as a customizable face that defaults
 according to @var{spec}.  You should not quote the symbol @var{face},
 and it should not end in @samp{-face} (that would be redundant).  The