# HG changeset patch # User Juri Linkov # Date 1129531787 0 # Node ID de93c7939d28483ba93341e7240d8829d9faf1ab # Parent 1accb97f86b9a1f59506c4ab448dbe26de8b9a5e (Change Hooks): Replace `...' with `@dots{}' in `@defmac' and `@defspec'. diff -r 1accb97f86b9 -r de93c7939d28 lispref/text.texi --- a/lispref/text.texi Mon Oct 17 06:49:14 2005 +0000 +++ b/lispref/text.texi Mon Oct 17 06:49:47 2005 +0000 @@ -4265,7 +4265,7 @@ 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.