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

lispref/syntax.texi

index 5cde2badabdc548523727f05e023c3e3972b3923..7de2cee2f81e12e5a0fca24b43a0b0455064fee7 100644 (file)
@@ -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