# HG changeset patch # User Miles Bader # Date 1001987590 0 # Node ID 30754f5e966500b40a885f16a00a407f027cf686 # Parent 8c40e04af510f5776340f8e3c4229c3bd0556fbf (Fnext_char_property_change) (Fprevious_char_property_change): Remove reference to non-existant argument OBJECT from doc-string. diff -r 8c40e04af510 -r 30754f5e9665 src/textprop.c --- a/src/textprop.c Mon Oct 01 11:23:53 2001 +0000 +++ b/src/textprop.c Tue Oct 02 01:53:10 2001 +0000 @@ -671,9 +671,9 @@ DEFUN ("next-char-property-change", Fnext_char_property_change, Snext_char_property_change, 1, 2, 0, "Return the position of next text property or overlay change.\n\ -This scans characters forward from POSITION in OBJECT till it finds\n\ -a change in some text property, or the beginning or end of an overlay,\n\ -and returns the position of that.\n\ +This scans characters forward from POSITION till it finds a change in\n\ +some text property, or the beginning or end of an overlay, and returns\n\ +the position of that.\n\ If none is found, the function returns (point-max).\n\ \n\ If the optional third argument LIMIT is non-nil, don't search\n\ @@ -696,9 +696,9 @@ DEFUN ("previous-char-property-change", Fprevious_char_property_change, Sprevious_char_property_change, 1, 2, 0, "Return the position of previous text property or overlay change.\n\ -Scans characters backward from POSITION in OBJECT till it finds\n\ -a change in some text property, or the beginning or end of an overlay,\n\ -and returns the position of that.\n\ +Scans characters backward from POSITION till it finds a change in some\n\ +text property, or the beginning or end of an overlay, and returns the\n\ +position of that.\n\ If none is found, the function returns (point-max).\n\ \n\ If the optional third argument LIMIT is non-nil, don't search\n\