From: Drew Adams Date: Wed, 11 May 2011 16:38:18 +0000 (+0200) Subject: src/textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655). X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/e531bdfff1ee57a0ba4af6c8575ed7856e4c86d2 src/textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655). --- diff --git a/src/ChangeLog b/src/ChangeLog index 6ed7883ded..2767231b64 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-05-11 Drew Adams + + * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655). + 2011-05-11 YAMAMOTO Mitsuharu * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and diff --git a/src/textprop.c b/src/textprop.c index 7a95cdc7b0..132c2ff23d 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -874,8 +874,8 @@ In a buffer, it runs to (point-min), and the value cannot be less than that. The property values are compared with `eq'. If the property is constant all the way to the start of OBJECT, return the first valid position in OBJECT. -If the optional fourth argument LIMIT is non-nil, don't search -back past position LIMIT; return LIMIT if nothing is found before LIMIT. */) +If the optional fourth argument LIMIT is non-nil, don't search back past +position LIMIT; return LIMIT if nothing is found before reaching LIMIT. */) (position, prop, object, limit) Lisp_Object prop, position, object, limit; {