# HG changeset patch # User Roland McGrath # Date 745791526 0 # Node ID 8b11bee2bcb4421f6f3ae215dd04164e41f04a12 # Parent 9591fdbc2868474ecc40d5954789c4abd69e2edb (F{next,previous}_single_property_change): Doc fix. diff -r 9591fdbc2868 -r 8b11bee2bcb4 src/textprop.c --- a/src/textprop.c Wed Aug 18 16:48:58 1993 +0000 +++ b/src/textprop.c Thu Aug 19 20:18:46 1993 +0000 @@ -586,6 +586,7 @@ Scans characters forward from POS till it finds\n\ 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'. 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 POS, never equal.") (pos, prop, object) @@ -649,6 +650,7 @@ Scans characters backward from POS till it finds\n\ 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'. 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 POS, never equal.") (pos, prop, object)