aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2005-07-21 16:32:33 +0000
committerJuanma Barranquero2005-07-21 16:32:33 +0000
commita41292c2359d1c9529562fe2abb977075efecfa7 (patch)
tree26d9481520c3529e01d8c8423c3eeebc38fedc08 /src
parenteb7c9b64b7f6888fa147b4337e6e0b2c901bb179 (diff)
downloademacs-a41292c2359d1c9529562fe2abb977075efecfa7.tar.gz
emacs-a41292c2359d1c9529562fe2abb977075efecfa7.zip
(Fnext_char_property_change, Fprevious_char_property_change): Doc fixes.
Diffstat (limited to 'src')
-rw-r--r--src/textprop.c4
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
719overlay, and returns the position of that. 719overlay, and returns the position of that.
720If none is found, the function returns (point-max). 720If none is found, the function returns (point-max).
721 721
722If the optional third argument LIMIT is non-nil, don't search 722If the optional second argument LIMIT is non-nil, don't search
723past position LIMIT; return LIMIT if nothing is found before LIMIT. */) 723past position LIMIT; return LIMIT if nothing is found before LIMIT. */)
724 (position, limit) 724 (position, limit)
725 Lisp_Object position, limit; 725 Lisp_Object position, limit;
@@ -744,7 +744,7 @@ finds a change in some text property, or the beginning or end of an
744overlay, and returns the position of that. 744overlay, and returns the position of that.
745If none is found, the function returns (point-max). 745If none is found, the function returns (point-max).
746 746
747If the optional third argument LIMIT is non-nil, don't search 747If the optional second argument LIMIT is non-nil, don't search
748past position LIMIT; return LIMIT if nothing is found before LIMIT. */) 748past position LIMIT; return LIMIT if nothing is found before LIMIT. */)
749 (position, limit) 749 (position, limit)
750 Lisp_Object position, limit; 750 Lisp_Object position, limit;