]> git.eshelyaron.com Git - emacs.git/commitdiff
(Progress, Defining Faces):
authorJuri Linkov <juri@jurta.org>
Mon, 17 Oct 2005 06:46:57 +0000 (06:46 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 17 Oct 2005 06:46:57 +0000 (06:46 +0000)
Replace `...' with `@dots{}' in `@defmac' and `@defspec'.

lispref/display.texi

index 93a14f1a139727fb81e6b42a50c692cbd50f3a8b..4c53428201151fe09018f42587441d495fc4d826 100644 (file)
@@ -403,7 +403,7 @@ never print it, there are many good reasons for this not to happen.
 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 @@ kind of customization item (@pxref{Customization}) which the user can
 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