From 80be8042caf3e307b5a6af523b5fdcb6cf71b0a2 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 17 Oct 2005 06:49:47 +0000 Subject: [PATCH] (Change Hooks): Replace `...' with `@dots{}' in `@defmac' and `@defspec'. --- lispref/text.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5