Mercurial > emacs
changeset 71694:aebf3aeddf8c
(Syntax Table Functions, Parsing Expressions, Categories): Remove @tindex.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 08 Jul 2006 18:01:52 +0000 |
parents | e00b85e33a53 |
children | 371881b08243 |
files | lispref/syntax.texi |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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.