# HG changeset patch # User Richard M. Stallman # Date 753345705 0 # Node ID 94de08fd8a7c30ac1ca49d8a71b8320e3e9159c2 # Parent 8540ddfe3c1b5e197aee800facf6613847eb785c (Fnext_single_property_change): Fix missing \n\. diff -r 8540ddfe3c1b -r 94de08fd8a7c src/textprop.c --- a/src/textprop.c Mon Nov 15 06:35:18 1993 +0000 +++ b/src/textprop.c Mon Nov 15 06:41:45 1993 +0000 @@ -587,7 +587,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'. +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 POS, never equal.") (pos, prop, object)