# HG changeset patch # User Eli Zaretskii # Date 1118498296 0 # Node ID edb44e0178449fb7550c88a8376e76aadbfb763f # Parent 0c622d369807ce0680e55d59fb3d1bcbd135e88b Mention that adaptive-fill-function is now used before adaptive-fill-regexp, rather than after it. diff -r 0c622d369807 -r edb44e017844 etc/NEWS --- a/etc/NEWS Sat Jun 11 13:54:09 2005 +0000 +++ b/etc/NEWS Sat Jun 11 13:58:16 2005 +0000 @@ -3388,6 +3388,13 @@ --- *** The function `insert-string' is now obsolete. +** Filling changes. + ++++ +*** In determining an adaptive fill prefix, Emacs now tries the function in +`adaptive-fill-function' _before_ matching the buffer line against +`adaptive-fill-regexp' rather than _after_ it. + +++ ** Atomic change groups.