diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-21 16:32:33 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-21 16:32:33 +0000 |
commit | a41292c2359d1c9529562fe2abb977075efecfa7 (patch) | |
tree | 26d9481520c3529e01d8c8423c3eeebc38fedc08 /src/textprop.c | |
parent | eb7c9b64b7f6888fa147b4337e6e0b2c901bb179 (diff) | |
download | emacs-a41292c2359d1c9529562fe2abb977075efecfa7.tar.gz |
(Fnext_char_property_change, Fprevious_char_property_change): Doc fixes.
Diffstat (limited to 'src/textprop.c')
-rw-r--r-- | src/textprop.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |