Mercurial > emacs
diff src/textprop.c @ 64576:7a1c6e86c825
(Fnext_char_property_change, Fprevious_char_property_change): Doc fixes.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Thu, 21 Jul 2005 16:32:33 +0000 |
| parents | a8fa7c632ee4 |
| children | a0d1312ede66 187d6a1f84f7 |
line wrap: on
line diff
--- a/src/textprop.c Thu Jul 21 16:30:50 2005 +0000 +++ b/src/textprop.c Thu Jul 21 16:32:33 2005 +0000 @@ -719,7 +719,7 @@ 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 @@ 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;
