From: morioka Date: Tue, 26 Jan 1999 08:49:25 +0000 (+0000) Subject: (New optional argument of `std11-field-end'): New subsection. X-Git-Tag: flim-1_12-199901261900~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=87ac735061416b32109eb7508d2ae66cacd28c05;p=elisp%2Fflim.git (New optional argument of `std11-field-end'): New subsection. --- diff --git a/NEWS b/NEWS index d093c15..79e5e60 100644 --- a/NEWS +++ b/NEWS @@ -96,6 +96,17 @@ body of ENTITY at point. Each mm-backend must have new method `insert-entity'. + +** New optional argument of `std11-field-end' + +Now `std11-field-end' can accept new optional argument BOUND. Thus +current interface is: + + std11-field-end (&optional BOUND) + +If the optional argument BOUND is specified, it bounds the search; it +is a buffer position. + * Changes in FLIM 1.11