diff options
| author | Miles Bader | 2001-10-02 02:21:59 +0000 |
|---|---|---|
| committer | Miles Bader | 2001-10-02 02:21:59 +0000 |
| commit | adce7d83ede700175eda277d1173412f673a4355 (patch) | |
| tree | bdcee318eccfa38b3f438350d297e6d844393a13 | |
| parent | 9db3a582b34a9a8bab38be1ea3d32238beea533a (diff) | |
| download | emacs-adce7d83ede700175eda277d1173412f673a4355.tar.gz emacs-adce7d83ede700175eda277d1173412f673a4355.zip | |
Add @tindex lines to new entries.
| -rw-r--r-- | lispref/text.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lispref/text.texi b/lispref/text.texi index 5cbc381e7d9..1952e6a0f8c 100644 --- a/lispref/text.texi +++ b/lispref/text.texi | |||
| @@ -2568,6 +2568,7 @@ position if no change is found. | |||
| 2568 | @end defun | 2568 | @end defun |
| 2569 | 2569 | ||
| 2570 | @defun next-single-char-property-change pos prop &optional object limit | 2570 | @defun next-single-char-property-change pos prop &optional object limit |
| 2571 | @tindex next-single-char-property-change | ||
| 2571 | This is like @code{next-single-property-change} except that it | 2572 | This is like @code{next-single-property-change} except that it |
| 2572 | considers overlay properties as well as text properties, and if no | 2573 | considers overlay properties as well as text properties, and if no |
| 2573 | change is found before the end of the @var{object}, it returns the | 2574 | change is found before the end of the @var{object}, it returns the |
| @@ -2578,6 +2579,7 @@ text-properties are considered. | |||
| 2578 | @end defun | 2579 | @end defun |
| 2579 | 2580 | ||
| 2580 | @defun previous-single-char-property-change pos prop &optional object limit | 2581 | @defun previous-single-char-property-change pos prop &optional object limit |
| 2582 | @tindex previous-single-char-property-change | ||
| 2581 | This is like @code{next-single-char-property-change}, but scans back | 2583 | This is like @code{next-single-char-property-change}, but scans back |
| 2582 | from @var{pos} instead of forward, and returns the minimum valid | 2584 | from @var{pos} instead of forward, and returns the minimum valid |
| 2583 | position in @var{object} if no change is found. | 2585 | position in @var{object} if no change is found. |