Mercurial > hg > xemacs-beta
changeset 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 | 9c4bf82eaac2 641d0cdd1d00 301cdbf06a2b |
files | src/ChangeLog src/extents.c |
diffstat | 2 files changed, 10 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Mar 15 16:35:38 2010 -0500 +++ b/src/ChangeLog Mon Mar 15 16:38:03 2010 -0500 @@ -1,3 +1,10 @@ +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. + 2010-03-15 Ben Wing <ben@xemacs.org> * alloc.c:
--- a/src/extents.c Mon Mar 15 16:35:38 2010 -0500 +++ b/src/extents.c Mon Mar 15 16:38:03 2010 -0500 @@ -7352,7 +7352,7 @@ use the text-property primitives.) This function looks only at extents created using the text-property primitives. -To look at all extents, use `next-single-char-property-change'. +To look at all extents, use `previous-single-char-property-change'. */ (pos, prop, object, limit)) { @@ -7379,7 +7379,7 @@ use the text-property primitives.) This function looks at all extents. To look at only extents created using the -text-property primitives, use `next-single-char-property-change'. +text-property primitives, use `next-single-property-change'. */ (pos, prop, object, limit)) { @@ -7407,7 +7407,7 @@ use the text-property primitives.) This function looks at all extents. To look at only extents created using the -text-property primitives, use `next-single-char-property-change'. +text-property primitives, use `previous-single-property-change'. */ (pos, prop, object, limit)) {