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;
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs