aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2001-10-02 02:21:59 +0000
committerMiles Bader2001-10-02 02:21:59 +0000
commitadce7d83ede700175eda277d1173412f673a4355 (patch)
treebdcee318eccfa38b3f438350d297e6d844393a13
parent9db3a582b34a9a8bab38be1ea3d32238beea533a (diff)
downloademacs-adce7d83ede700175eda277d1173412f673a4355.tar.gz
emacs-adce7d83ede700175eda277d1173412f673a4355.zip
Add @tindex lines to new entries.
-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.
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
2571This is like @code{next-single-property-change} except that it 2572This is like @code{next-single-property-change} except that it
2572considers overlay properties as well as text properties, and if no 2573considers overlay properties as well as text properties, and if no
2573change is found before the end of the @var{object}, it returns the 2574change 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
2581This is like @code{next-single-char-property-change}, but scans back 2583This is like @code{next-single-char-property-change}, but scans back
2582from @var{pos} instead of forward, and returns the minimum valid 2584from @var{pos} instead of forward, and returns the minimum valid
2583position in @var{object} if no change is found. 2585position in @var{object} if no change is found.