# HG changeset patch # User Ben Wing # Date 1268689083 18000 # Node ID b0ab9aa48977c16339c83f3907f19f906febdd57 # Parent 88bd4f3ef8e46f25d73a4aea61f344d8f2d91c07 fix up doc of next-single-char-property-change and friends -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-03-15 Ben Wing * 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. diff -r 88bd4f3ef8e4 -r b0ab9aa48977 src/ChangeLog --- 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 + + * 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 * alloc.c: diff -r 88bd4f3ef8e4 -r b0ab9aa48977 src/extents.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)) {