emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100577: src/textprop.c (Fprevious


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100577: src/textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
Date: Wed, 11 May 2011 18:38:18 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 100577
fixes bug(s): http://debbugs.gnu.org/8655
author: Drew Adams <address@hidden>
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Wed 2011-05-11 18:38:18 +0200
message:
  src/textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
modified:
  src/ChangeLog
  src/textprop.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-05-11 03:13:58 +0000
+++ b/src/ChangeLog     2011-05-11 16:38:18 +0000
@@ -1,3 +1,7 @@
+2011-05-11  Drew Adams  <address@hidden>
+
+       * textprop.c (Fprevious_single_char_property_change): Doc fix 
(bug#8655).
+
 2011-05-11  YAMAMOTO Mitsuharu  <address@hidden>
 
        * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and

=== modified file 'src/textprop.c'
--- a/src/textprop.c    2011-01-02 23:50:46 +0000
+++ b/src/textprop.c    2011-05-11 16:38:18 +0000
@@ -874,8 +874,8 @@
 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;
 {


reply via email to

[Prev in Thread] Current Thread [Next in Thread]