comparison src/editfns.c @ 90386:2ecafc6d5db7

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 239-258) - Update from CVS - (Ffield_beginning, find_field): Undo change of 2006-04-23. - Rcirc patch from Ryan Yeske - Merge from gnus--rel--5.10 - Clean up lisp/gnus/ChangeLog a bit * gnus--rel--5.10 (patch 91-98) - Merge from emacs--devo--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 02 May 2006 05:51:52 +0000
parents 65ca8fb66a0d e9ea7c53ddc7
children a5812696f7bf
comparison
equal deleted inserted replaced
90385:72dea2ff0142 90386:2ecafc6d5db7
487 } 487 }
488 } 488 }
489 } 489 }
490 490
491 /* Find the field surrounding POS in *BEG and *END. If POS is nil, 491 /* Find the field surrounding POS in *BEG and *END. If POS is nil,
492 the value of point is used instead. If BEG or END null, 492 the value of point is used instead. If BEG or END is null,
493 means don't store the beginning or end of the field. 493 means don't store the beginning or end of the field.
494 494
495 BEG_LIMIT and END_LIMIT serve to limit the ranged of the returned 495 BEG_LIMIT and END_LIMIT serve to limit the ranged of the returned
496 results; they do not effect boundary behavior. 496 results; they do not effect boundary behavior.
497 497