1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

src/textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).

This commit is contained in:
Drew Adams 2011-05-11 18:38:18 +02:00 committed by Juanma Barranquero
parent 7db47798f8
commit e531bdfff1
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-05-11 Drew Adams <drew.adams@oracle.com>
* textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
2011-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and

View File

@ -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;
{