aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/syntax.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/lispref/syntax.texi b/lispref/syntax.texi
index 9a763b7357a..305f347c9f6 100644
--- a/lispref/syntax.texi
+++ b/lispref/syntax.texi
@@ -513,7 +513,6 @@ the current buffer.
513@end defun 513@end defun
514 514
515@defmac with-syntax-table @var{table} @var{body}@dots{} 515@defmac with-syntax-table @var{table} @var{body}@dots{}
516@tindex with-syntax-table
517This macro executes @var{body} using @var{table} as the current syntax 516This macro executes @var{body} using @var{table} as the current syntax
518table. It returns the value of the last form in @var{body}, after 517table. It returns the value of the last form in @var{body}, after
519restoring the old current syntax table. 518restoring the old current syntax table.
@@ -799,7 +798,6 @@ before count is used up, @code{nil} is returned.
799@end defun 798@end defun
800 799
801@defvar multibyte-syntax-as-symbol 800@defvar multibyte-syntax-as-symbol
802@tindex multibyte-syntax-as-symbol
803If this variable is non-@code{nil}, @code{scan-sexps} treats all 801If this variable is non-@code{nil}, @code{scan-sexps} treats all
804non-@acronym{ASCII} characters as symbol constituents regardless 802non-@acronym{ASCII} characters as symbol constituents regardless
805of what the syntax table says about them. (However, text properties 803of what the syntax table says about them. (However, text properties
@@ -1076,7 +1074,6 @@ buffer. It returns @var{table}.
1076@end defun 1074@end defun
1077 1075
1078@defun make-category-table 1076@defun make-category-table
1079@tindex make-category-table
1080This creates and returns an empty category table. In an empty category 1077This creates and returns an empty category table. In an empty category
1081table, no categories have been allocated, and no characters belong to 1078table, no categories have been allocated, and no characters belong to
1082any categories. 1079any categories.