changeset 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 0c622d369807
children 382121c868f8
files etc/NEWS
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
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.