comparison etc/NEWS @ 63318:edb44e017844

Mention that adaptive-fill-function is now used before adaptive-fill-regexp, rather than after it.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 11 Jun 2005 13:58:16 +0000
parents ef765645a5cf
children 22fc0a17eae6
comparison
equal deleted inserted replaced
63317:0c622d369807 63318:edb44e017844
3385 that are kept identical by transparently propagating changes from one 3385 that are kept identical by transparently propagating changes from one
3386 clone to the other. 3386 clone to the other.
3387 3387
3388 --- 3388 ---
3389 *** The function `insert-string' is now obsolete. 3389 *** The function `insert-string' is now obsolete.
3390
3391 ** Filling changes.
3392
3393 +++
3394 *** In determining an adaptive fill prefix, Emacs now tries the function in
3395 `adaptive-fill-function' _before_ matching the buffer line against
3396 `adaptive-fill-regexp' rather than _after_ it.
3390 3397
3391 +++ 3398 +++
3392 ** Atomic change groups. 3399 ** Atomic change groups.
3393 3400
3394 To perform some changes in the current buffer "atomically" so that 3401 To perform some changes in the current buffer "atomically" so that