aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2008-04-11 15:34:17 +0000
committerStefan Monnier <[email protected]>2008-04-11 15:34:17 +0000
commitd87be1dfc8f886510a30574f7f4917c6cf4aa6c2 (patch)
tree2736e5f9c38bb507b91ebd0f5bc9edd1fee95a26 /etc/NEWS
parentc1b513745f93bee34f47901216db2f315b837b20 (diff)
(fill-forward-paragraph-function): New var.
(fill-forward-paragraph): New fun. (fill-paragraph, fill-region): Use it.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 29421f4004..9acc5be13a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -732,6 +732,9 @@ functions and variables (formerly used for Tamil script).
* 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.