summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f2a9db367cd..5de5c3b41fc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -113,6 +113,11 @@ following arguments.
* 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.