mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 10:11:05 -08:00
(Fnext_char_property_change, Fprevious_char_property_change): Doc fixes.
This commit is contained in:
parent
eb7c9b64b7
commit
a41292c235
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue