# HG changeset patch # User Miles Bader # Date 998935966 0 # Node ID 96abf5ad6f42629a05441d3d208cafdc2a8535da # Parent ce926856be718961157cc7e877fedd9d385aa666 (Fprevious_single_char_property_change) (Fnext_single_char_property_change): Doc fixes. diff -r ce926856be71 -r 96abf5ad6f42 src/textprop.c --- a/src/textprop.c Mon Aug 27 13:52:50 2001 +0000 +++ b/src/textprop.c Mon Aug 27 18:12:46 2001 +0000 @@ -725,8 +725,8 @@ a change in the PROP property, then returns the position of the change.\n\ The optional third argument OBJECT is the string or buffer to scan.\n\ The property values are compared with `eq'.\n\ -Return nil if the property is constant all the way to the end of OBJECT.\n\ -If the value is non-nil, it is a position greater than POSITION, never equal.\n\n\ +If the property is constant all the way to the end of OBJECT, return the\n\ +last valid position in OBJECT.\n\ If the optional fourth argument LIMIT is non-nil, don't search\n\ past position LIMIT; return LIMIT if nothing is found before LIMIT.") (position, prop, object, limit) @@ -791,8 +791,8 @@ a change in the PROP property, then returns the position of the change.\n\ The optional third argument OBJECT is the string or buffer to scan.\n\ The property values are compared with `eq'.\n\ -Return nil if the property is constant all the way to the start of OBJECT.\n\ -If the value is non-nil, it is a position less than POSITION, never equal.\n\n\ +If the property is constant all the way to the start of OBJECT, return the\n\ +first valid position in OBJECT.\n\ If the optional fourth argument LIMIT is non-nil, don't search\n\ back past position LIMIT; return LIMIT if nothing is found before LIMIT.") (position, prop, object, limit)