diff options
| author | Juanma Barranquero | 2005-07-21 16:32:33 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-07-21 16:32:33 +0000 |
| commit | a41292c2359d1c9529562fe2abb977075efecfa7 (patch) | |
| tree | 26d9481520c3529e01d8c8423c3eeebc38fedc08 /src/textprop.c | |
| parent | eb7c9b64b7f6888fa147b4337e6e0b2c901bb179 (diff) | |
| download | emacs-a41292c2359d1c9529562fe2abb977075efecfa7.tar.gz emacs-a41292c2359d1c9529562fe2abb977075efecfa7.zip | |
(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 | |||
| 719 | overlay, and returns the position of that. | 719 | overlay, and returns the position of that. |
| 720 | If none is found, the function returns (point-max). | 720 | If none is found, the function returns (point-max). |
| 721 | 721 | ||
| 722 | If the optional third argument LIMIT is non-nil, don't search | 722 | If the optional second argument LIMIT is non-nil, don't search |
| 723 | past position LIMIT; return LIMIT if nothing is found before LIMIT. */) | 723 | past 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 | |||
| 744 | overlay, and returns the position of that. | 744 | overlay, and returns the position of that. |
| 745 | If none is found, the function returns (point-max). | 745 | If none is found, the function returns (point-max). |
| 746 | 746 | ||
| 747 | If the optional third argument LIMIT is non-nil, don't search | 747 | If the optional second argument LIMIT is non-nil, don't search |
| 748 | past position LIMIT; return LIMIT if nothing is found before LIMIT. */) | 748 | past 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; |