From: Juri Linkov Date: Mon, 17 Oct 2005 06:46:57 +0000 (+0000) Subject: (Progress, Defining Faces): X-Git-Tag: emacs-pretest-22.0.90~6559 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84ff884e176622c8bad598319e028c626791b1e5;p=emacs.git (Progress, Defining Faces): Replace `...' with `@dots{}' in `@defmac' and `@defspec'. --- diff --git a/lispref/display.texi b/lispref/display.texi index 93a14f1a139..4c534282011 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -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