diff options
| author | Eli Zaretskii | 2006-07-08 18:01:52 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-08 18:01:52 +0000 |
| commit | e30108de224f213228284a9396ece8d4edfeaa12 (patch) | |
| tree | f68b52cbdbe819e2805f05de365ca09fb8d8f4b0 | |
| parent | baa4b6c86ac23353aaf4428f6ca973b0ff007c6e (diff) | |
| download | emacs-e30108de224f213228284a9396ece8d4edfeaa12.tar.gz emacs-e30108de224f213228284a9396ece8d4edfeaa12.zip | |
(Syntax Table Functions, Parsing Expressions, Categories): Remove @tindex.
| -rw-r--r-- | lispref/syntax.texi | 3 |
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 | ||
| 517 | This macro executes @var{body} using @var{table} as the current syntax | 516 | This macro executes @var{body} using @var{table} as the current syntax |
| 518 | table. It returns the value of the last form in @var{body}, after | 517 | table. It returns the value of the last form in @var{body}, after |
| 519 | restoring the old current syntax table. | 518 | restoring 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 | ||
| 803 | If this variable is non-@code{nil}, @code{scan-sexps} treats all | 801 | If this variable is non-@code{nil}, @code{scan-sexps} treats all |
| 804 | non-@acronym{ASCII} characters as symbol constituents regardless | 802 | non-@acronym{ASCII} characters as symbol constituents regardless |
| 805 | of what the syntax table says about them. (However, text properties | 803 | of 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 | ||
| 1080 | This creates and returns an empty category table. In an empty category | 1077 | This creates and returns an empty category table. In an empty category |
| 1081 | table, no categories have been allocated, and no characters belong to | 1078 | table, no categories have been allocated, and no characters belong to |
| 1082 | any categories. | 1079 | any categories. |