From 099829c38680de6ed9335f7f4c0ec77e3f2d3906 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 17 Oct 2005 06:49:14 +0000 Subject: [PATCH] (Syntax Table Functions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'. --- lispref/syntax.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/syntax.texi b/lispref/syntax.texi index 5cde2badabd..7de2cee2f81 100644 --- a/lispref/syntax.texi +++ b/lispref/syntax.texi @@ -512,7 +512,7 @@ This function returns the current syntax table, which is the table for the current buffer. @end defun -@defmac with-syntax-table @var{table} @var{body}... +@defmac with-syntax-table @var{table} @var{body}@dots{} @tindex with-syntax-table This macro executes @var{body} using @var{table} as the current syntax table. It returns the value of the last form in @var{body}, after -- 2.39.5