diff 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
line wrap: on
line diff
--- 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))
 {