From: Juri Linkov Date: Mon, 17 Oct 2005 06:49:47 +0000 (+0000) Subject: (Change Hooks): Replace `...' with `@dots{}' in `@defmac' and `@defspec'. X-Git-Tag: emacs-pretest-22.0.90~6553 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80be8042caf3e307b5a6af523b5fdcb6cf71b0a2;p=emacs.git (Change Hooks): Replace `...' with `@dots{}' in `@defmac' and `@defspec'. --- diff --git a/lispref/text.texi b/lispref/text.texi index 1fa68fce917..ecbce818519 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -4265,7 +4265,7 @@ arguments. Output of messages into the @samp{*Messages*} buffer does not call these functions. -@defmac combine-after-change-calls body... +@defmac combine-after-change-calls body@dots{} The macro executes @var{body} normally, but arranges to call the after-change functions just once for a series of several changes---if that seems safe.