diff options
author | Drew Adams <drew.adams@oracle.com> | 2011-05-11 18:38:18 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-05-11 18:38:18 +0200 |
commit | e531bdfff1ee57a0ba4af6c8575ed7856e4c86d2 (patch) | |
tree | d9a6140bd141142eae4d664f151bf1d57822c4c0 /src/textprop.c | |
parent | 7db47798f82694ea85003f3ea004600ab6a68fc3 (diff) | |
download | emacs-e531bdfff1ee57a0ba4af6c8575ed7856e4c86d2.tar.gz |
src/textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
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 7a95cdc7b02..132c2ff23dc 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; { |