]> code.delx.au - gnu-emacs/commitdiff
Mention that adaptive-fill-function is now used before adaptive-fill-regexp,
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Jun 2005 13:58:16 +0000 (13:58 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Jun 2005 13:58:16 +0000 (13:58 +0000)
rather than after it.

etc/NEWS

index 54934adbe532e34f674a5b6a39794f4f6aa64b41..42699f60c16f8e9d9991c975d969c553d472725b 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3388,6 +3388,13 @@ clone to the other.
 ---
 *** 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.