# HG changeset patch # User Eli Zaretskii # Date 1152381712 0 # Node ID aebf3aeddf8c9e840a882294dce59098c06d667c # Parent e00b85e33a53dc384baf2142158614647266c8db (Syntax Table Functions, Parsing Expressions, Categories): Remove @tindex. diff -r e00b85e33a53 -r aebf3aeddf8c lispref/syntax.texi --- a/lispref/syntax.texi Sat Jul 08 18:01:23 2006 +0000 +++ b/lispref/syntax.texi Sat Jul 08 18:01:52 2006 +0000 @@ -513,7 +513,6 @@ @end defun @defmac with-syntax-table @var{table} @var{body}@dots{} -@tindex with-syntax-table This macro executes @var{body} using @var{table} as the current syntax table. It returns the value of the last form in @var{body}, after restoring the old current syntax table. @@ -799,7 +798,6 @@ @end defun @defvar multibyte-syntax-as-symbol -@tindex multibyte-syntax-as-symbol If this variable is non-@code{nil}, @code{scan-sexps} treats all non-@acronym{ASCII} characters as symbol constituents regardless of what the syntax table says about them. (However, text properties @@ -1076,7 +1074,6 @@ @end defun @defun make-category-table -@tindex make-category-table This creates and returns an empty category table. In an empty category table, no categories have been allocated, and no characters belong to any categories.