changeset 66148:1accb97f86b9

(Syntax Table Functions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
author Juri Linkov <juri@jurta.org>
date Mon, 17 Oct 2005 06:49:14 +0000
parents aa0580d8ce5c
children de93c7939d28
files lispref/syntax.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/syntax.texi	Mon Oct 17 06:48:54 2005 +0000
+++ b/lispref/syntax.texi	Mon Oct 17 06:49:14 2005 +0000
@@ -512,7 +512,7 @@
 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