diff 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
line wrap: on
line diff
--- 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.