comparison lispref/syntax.texi @ 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 e836425ee789
children 067115a6e738 0ca0d9181b5e
comparison
equal deleted inserted replaced
66147:aa0580d8ce5c 66148:1accb97f86b9
510 @defun syntax-table 510 @defun syntax-table
511 This function returns the current syntax table, which is the table for 511 This function returns the current syntax table, which is the table for
512 the current buffer. 512 the current buffer.
513 @end defun 513 @end defun
514 514
515 @defmac with-syntax-table @var{table} @var{body}... 515 @defmac with-syntax-table @var{table} @var{body}@dots{}
516 @tindex with-syntax-table 516 @tindex with-syntax-table
517 This macro executes @var{body} using @var{table} as the current syntax 517 This macro executes @var{body} using @var{table} as the current syntax
518 table. It returns the value of the last form in @var{body}, after 518 table. It returns the value of the last form in @var{body}, after
519 restoring the old current syntax table. 519 restoring the old current syntax table.
520 520