# HG changeset patch # User Miles Bader # Date 1001989319 0 # Node ID 6d1ba806f6592a6275967a6f54ea6a76d14d67b3 # Parent 7b6b7d931ff042efd85fd2aa7dc01652ade2c754 Add @tindex lines to new entries. diff -r 7b6b7d931ff0 -r 6d1ba806f659 lispref/text.texi --- 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.