summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2001-10-02 02:21:59 +0000
committerMiles Bader <miles@gnu.org>2001-10-02 02:21:59 +0000
commitb8504c81c9807274d9d9afc020704820a9d72071 (patch)
treead47fb2f78b294dda15abc41a08b4eacbb198ac2 /lispref
parent692ec8fc42d162c0f284cb40ad1958538a201771 (diff)
downloademacs-b8504c81c9807274d9d9afc020704820a9d72071.tar.gz
Add @tindex lines to new entries.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/text.texi2
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.
@end defun
@defun next-single-char-property-change pos prop &optional object limit
+@tindex next-single-char-property-change
This is like @code{next-single-property-change} except that it
considers overlay properties as well as text properties, and if no
change is found before the end of the @var{object}, it returns the
@@ -2578,6 +2579,7 @@ text-properties are considered.
@end defun
@defun previous-single-char-property-change pos prop &optional object limit
+@tindex previous-single-char-property-change
This is like @code{next-single-char-property-change}, but scans back
from @var{pos} instead of forward, and returns the minimum valid
position in @var{object} if no change is found.