# HG changeset patch # User Juri Linkov # Date 1129531617 0 # Node ID a055e52948316fc47da27738d786045ea7f851bd # Parent 17e84500628a5059a2989115da56ab980013b560 (Progress, Defining Faces): Replace `...' with `@dots{}' in `@defmac' and `@defspec'. diff -r 17e84500628a -r a055e5294831 lispref/display.texi --- 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