From: Juanma Barranquero Date: Thu, 21 Jul 2005 16:32:33 +0000 (+0000) Subject: (Fnext_char_property_change, Fprevious_char_property_change): Doc fixes. X-Git-Tag: emacs-pretest-22.0.90~7927 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a41292c2359d1c9529562fe2abb977075efecfa7;p=emacs.git (Fnext_char_property_change, Fprevious_char_property_change): Doc fixes. --- diff --git a/src/textprop.c b/src/textprop.c index 718051e38f2..ec75c6907ae 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -719,7 +719,7 @@ it finds a change in some text property, or the beginning or end of an overlay, and returns the position of that. If none is found, the function returns (point-max). -If the optional third argument LIMIT is non-nil, don't search +If the optional second argument LIMIT is non-nil, don't search past position LIMIT; return LIMIT if nothing is found before LIMIT. */) (position, limit) Lisp_Object position, limit; @@ -744,7 +744,7 @@ finds a change in some text property, or the beginning or end of an overlay, and returns the position of that. If none is found, the function returns (point-max). -If the optional third argument LIMIT is non-nil, don't search +If the optional second argument LIMIT is non-nil, don't search past position LIMIT; return LIMIT if nothing is found before LIMIT. */) (position, limit) Lisp_Object position, limit;