changeset 66149:de93c7939d28

(Change Hooks): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
author Juri Linkov <juri@jurta.org>
date Mon, 17 Oct 2005 06:49:47 +0000
parents 1accb97f86b9
children 60cdee5814e9
files lispref/text.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.