Mercurial > hg > xemacs-beta
comparison src/extents.c @ 5147:b0ab9aa48977
fix up doc of next-single-char-property-change and friends
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-03-15 Ben Wing <ben@xemacs.org>
* extents.c (Fprevious_single_property_change):
* extents.c (Fnext_single_char_property_change):
* extents.c (Fprevious_single_char_property_change):
Fix see-also portion of documentation string.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 15 Mar 2010 16:38:03 -0500 |
parents | 88bd4f3ef8e4 |
children | 1fae11d56ad2 |
comparison
equal
deleted
inserted
replaced
5146:88bd4f3ef8e4 | 5147:b0ab9aa48977 |
---|---|
7350 a particular character, it is undefined which value is considered to be | 7350 a particular character, it is undefined which value is considered to be |
7351 the value of PROP. (Note that this situation will not happen if you always | 7351 the value of PROP. (Note that this situation will not happen if you always |
7352 use the text-property primitives.) | 7352 use the text-property primitives.) |
7353 | 7353 |
7354 This function looks only at extents created using the text-property primitives. | 7354 This function looks only at extents created using the text-property primitives. |
7355 To look at all extents, use `next-single-char-property-change'. | 7355 To look at all extents, use `previous-single-char-property-change'. |
7356 */ | 7356 */ |
7357 (pos, prop, object, limit)) | 7357 (pos, prop, object, limit)) |
7358 { | 7358 { |
7359 return next_previous_single_property_change_fn (pos, prop, object, limit, | 7359 return next_previous_single_property_change_fn (pos, prop, object, limit, |
7360 0, 1); | 7360 0, 1); |
7377 a particular character, it is undefined which value is considered to be | 7377 a particular character, it is undefined which value is considered to be |
7378 the value of PROP. (Note that this situation will not happen if you always | 7378 the value of PROP. (Note that this situation will not happen if you always |
7379 use the text-property primitives.) | 7379 use the text-property primitives.) |
7380 | 7380 |
7381 This function looks at all extents. To look at only extents created using the | 7381 This function looks at all extents. To look at only extents created using the |
7382 text-property primitives, use `next-single-char-property-change'. | 7382 text-property primitives, use `next-single-property-change'. |
7383 */ | 7383 */ |
7384 (pos, prop, object, limit)) | 7384 (pos, prop, object, limit)) |
7385 { | 7385 { |
7386 return next_previous_single_property_change_fn (pos, prop, object, limit, | 7386 return next_previous_single_property_change_fn (pos, prop, object, limit, |
7387 1, 0); | 7387 1, 0); |
7405 a particular character, it is undefined which value is considered to be | 7405 a particular character, it is undefined which value is considered to be |
7406 the value of PROP. (Note that this situation will not happen if you always | 7406 the value of PROP. (Note that this situation will not happen if you always |
7407 use the text-property primitives.) | 7407 use the text-property primitives.) |
7408 | 7408 |
7409 This function looks at all extents. To look at only extents created using the | 7409 This function looks at all extents. To look at only extents created using the |
7410 text-property primitives, use `next-single-char-property-change'. | 7410 text-property primitives, use `previous-single-property-change'. |
7411 */ | 7411 */ |
7412 (pos, prop, object, limit)) | 7412 (pos, prop, object, limit)) |
7413 { | 7413 { |
7414 return next_previous_single_property_change_fn (pos, prop, object, limit, | 7414 return next_previous_single_property_change_fn (pos, prop, object, limit, |
7415 0, 0); | 7415 0, 0); |