changeset 39530:6d1ba806f659

Add @tindex lines to new entries.
author Miles Bader <miles@gnu.org>
date Tue, 02 Oct 2001 02:21:59 +0000
parents 7b6b7d931ff0
children 35c1673ff6ab
files lispref/text.texi
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/text.texi	Tue Oct 02 02:11:23 2001 +0000
+++ b/lispref/text.texi	Tue Oct 02 02:21:59 2001 +0000
@@ -2568,6 +2568,7 @@
 @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 @@
 @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.