From 87ac735061416b32109eb7508d2ae66cacd28c05 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 26 Jan 1999 08:49:25 +0000 Subject: [PATCH] (New optional argument of `std11-field-end'): New subsection. --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 1.7.10.4