aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-10-17 06:49:14 +0000
committerJuri Linkov2005-10-17 06:49:14 +0000
commit099829c38680de6ed9335f7f4c0ec77e3f2d3906 (patch)
treec922a3e9a59d785a34e36d45efd543746c89e555
parentd866ddd968a502c82b1939935a9d847dc53a9d51 (diff)
downloademacs-099829c38680de6ed9335f7f4c0ec77e3f2d3906.tar.gz
emacs-099829c38680de6ed9335f7f4c0ec77e3f2d3906.zip
(Syntax Table Functions):
Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
-rw-r--r--lispref/syntax.texi2
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
512the current buffer. 512the 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
517This macro executes @var{body} using @var{table} as the current syntax 517This macro executes @var{body} using @var{table} as the current syntax
518table. It returns the value of the last form in @var{body}, after 518table. It returns the value of the last form in @var{body}, after