From: Juri Linkov Date: Mon, 17 Oct 2005 06:49:14 +0000 (+0000) Subject: (Syntax Table Functions): X-Git-Tag: emacs-pretest-22.0.90~6554 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=099829c38680de6ed9335f7f4c0ec77e3f2d3906;p=emacs.git (Syntax Table Functions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'. --- 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