aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2008-04-11 15:34:17 +0000
committerStefan Monnier2008-04-11 15:34:17 +0000
commitd87be1dfc8f886510a30574f7f4917c6cf4aa6c2 (patch)
tree2736e5f9c38bb507b91ebd0f5bc9edd1fee95a26 /etc
parentc1b513745f93bee34f47901216db2f315b837b20 (diff)
downloademacs-d87be1dfc8f886510a30574f7f4917c6cf4aa6c2.tar.gz
emacs-d87be1dfc8f886510a30574f7f4917c6cf4aa6c2.zip
(fill-forward-paragraph-function): New var.
(fill-forward-paragraph): New fun. (fill-paragraph, fill-region): Use it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 29421f4004f..9acc5be13a3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -732,6 +732,9 @@ functions and variables (formerly used for Tamil script).
732 732
733* Lisp Changes in Emacs 23.1 733* Lisp Changes in Emacs 23.1
734 734
735** `fill-forward-paragraph-function' specifies which function the filling
736code should use to find paragraph boundaries.
737
735** The variable `this-command-keys-shift-translated' is non-nil if the 738** The variable `this-command-keys-shift-translated' is non-nil if the
736key sequence invoking the current command was found by 739key sequence invoking the current command was found by
737shift-translation. 740shift-translation.