emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/textprop.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/textprop.c
Date: Thu, 21 Jul 2005 12:32:33 -0400

Index: emacs/src/textprop.c
diff -c emacs/src/textprop.c:1.141 emacs/src/textprop.c:1.142
*** emacs/src/textprop.c:1.141  Mon Jul  4 16:06:35 2005
--- emacs/src/textprop.c        Thu Jul 21 16:32:33 2005
***************
*** 719,725 ****
  overlay, and returns the position of that.
  If none is found, the function returns (point-max).
  
! If the optional third argument LIMIT is non-nil, don't search
  past position LIMIT; return LIMIT if nothing is found before LIMIT.  */)
       (position, limit)
       Lisp_Object position, limit;
--- 719,725 ----
  overlay, and returns the position of that.
  If none is found, the function returns (point-max).
  
! If the optional second argument LIMIT is non-nil, don't search
  past position LIMIT; return LIMIT if nothing is found before LIMIT.  */)
       (position, limit)
       Lisp_Object position, limit;
***************
*** 744,750 ****
  overlay, and returns the position of that.
  If none is found, the function returns (point-max).
  
! If the optional third argument LIMIT is non-nil, don't search
  past position LIMIT; return LIMIT if nothing is found before LIMIT.  */)
       (position, limit)
       Lisp_Object position, limit;
--- 744,750 ----
  overlay, and returns the position of that.
  If none is found, the function returns (point-max).
  
! If the optional second argument LIMIT is non-nil, don't search
  past position LIMIT; return LIMIT if nothing is found before LIMIT.  */)
       (position, limit)
       Lisp_Object position, limit;




reply via email to

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