diff options
| author | Juri Linkov | 2005-10-17 06:49:14 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-10-17 06:49:14 +0000 |
| commit | 099829c38680de6ed9335f7f4c0ec77e3f2d3906 (patch) | |
| tree | c922a3e9a59d785a34e36d45efd543746c89e555 | |
| parent | d866ddd968a502c82b1939935a9d847dc53a9d51 (diff) | |
| download | emacs-099829c38680de6ed9335f7f4c0ec77e3f2d3906.tar.gz emacs-099829c38680de6ed9335f7f4c0ec77e3f2d3906.zip | |
(Syntax Table Functions):
Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
| -rw-r--r-- | lispref/syntax.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 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 |