aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-07-08 18:01:52 +0000
committerEli Zaretskii2006-07-08 18:01:52 +0000
commite30108de224f213228284a9396ece8d4edfeaa12 (patch)
treef68b52cbdbe819e2805f05de365ca09fb8d8f4b0
parentbaa4b6c86ac23353aaf4428f6ca973b0ff007c6e (diff)
downloademacs-e30108de224f213228284a9396ece8d4edfeaa12.tar.gz
emacs-e30108de224f213228284a9396ece8d4edfeaa12.zip
(Syntax Table Functions, Parsing Expressions, Categories): Remove @tindex.
-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.