Mercurial > emacs
changeset 39527:30754f5e9665
(Fnext_char_property_change)
(Fprevious_char_property_change): Remove reference to non-existant
argument OBJECT from doc-string.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 02 Oct 2001 01:53:10 +0000 |
parents | 8c40e04af510 |
children | ed97ba5c9ba8 |
files | src/textprop.c |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/textprop.c Mon Oct 01 11:23:53 2001 +0000 +++ b/src/textprop.c Tue Oct 02 01:53:10 2001 +0000 @@ -671,9 +671,9 @@ DEFUN ("next-char-property-change", Fnext_char_property_change, Snext_char_property_change, 1, 2, 0, "Return the position of next text property or overlay change.\n\ -This scans characters forward from POSITION in OBJECT till it finds\n\ -a change in some text property, or the beginning or end of an overlay,\n\ -and returns the position of that.\n\ +This scans characters forward from POSITION till it finds a change in\n\ +some text property, or the beginning or end of an overlay, and returns\n\ +the position of that.\n\ If none is found, the function returns (point-max).\n\ \n\ If the optional third argument LIMIT is non-nil, don't search\n\ @@ -696,9 +696,9 @@ DEFUN ("previous-char-property-change", Fprevious_char_property_change, Sprevious_char_property_change, 1, 2, 0, "Return the position of previous text property or overlay change.\n\ -Scans characters backward from POSITION in OBJECT till it finds\n\ -a change in some text property, or the beginning or end of an overlay,\n\ -and returns the position of that.\n\ +Scans characters backward from POSITION till it finds a change in some\n\ +text property, or the beginning or end of an overlay, and returns the\n\ +position of that.\n\ If none is found, the function returns (point-max).\n\ \n\ If the optional third argument LIMIT is non-nil, don't search\n\