diff etc/NEWS @ 94004:0ab0b9641d80

(fill-forward-paragraph-function): New var. (fill-forward-paragraph): New fun. (fill-paragraph, fill-region): Use it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 11 Apr 2008 15:34:17 +0000
parents bc90a81fc7cb
children 9fefa536be58
line wrap: on
line diff
--- a/etc/NEWS	Fri Apr 11 15:17:59 2008 +0000
+++ b/etc/NEWS	Fri Apr 11 15:34:17 2008 +0000
@@ -732,6 +732,9 @@
 
 * Lisp Changes in Emacs 23.1
 
+** `fill-forward-paragraph-function' specifies which function the filling
+code should use to find paragraph boundaries.
+
 ** The variable `this-command-keys-shift-translated' is non-nil if the
 key sequence invoking the current command was found by
 shift-translation.