]> git.eshelyaron.com Git - emacs.git/commitdiff
Add M-q fill-paragraph-or-region.
authorJuri Linkov <juri@jurta.org>
Sat, 6 Oct 2007 22:27:50 +0000 (22:27 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 6 Oct 2007 22:27:50 +0000 (22:27 +0000)
etc/NEWS

index f2a9db367cd4242714e5a49cd4365b3d8c1f8136..5de5c3b41fc8591fecc5575d71c97b462939e18c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -113,6 +113,11 @@ following arguments.
 \f
 * Editing Changes in Emacs 23.1
 
++++
+** M-q now fills the region if the region is active and
+`transient-mark-mode' is turned on.  Otherwise, it fills the current
+paragraph.  The new command bound to M-q is `fill-paragraph-or-region'.
+
 ** TAB now indents the region if the region is active and
 `transient-mark-mode' is turned on.