Mercurial > emacs
changeset 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 | ea5296a45331 |
children | cc42e18c8870 |
files | src/textprop.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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;