]> git.eshelyaron.com Git - emacs.git/commitdiff
(Change Hooks): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
authorJuri Linkov <juri@jurta.org>
Mon, 17 Oct 2005 06:49:47 +0000 (06:49 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 17 Oct 2005 06:49:47 +0000 (06:49 +0000)
lispref/text.texi

index 1fa68fce917f4c3edbf6a7a12ee0c6a8e03c2686..ecbce81851995db6c5c7ef85290ba616d2f51154 100644 (file)
@@ -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.