From: Juri Linkov Date: Sat, 6 Oct 2007 22:27:50 +0000 (+0000) Subject: Add M-q fill-paragraph-or-region. X-Git-Tag: emacs-pretest-23.0.90~10496 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ac03a3134a442fe02e0900b95b9284ba2c07c27;p=emacs.git Add M-q fill-paragraph-or-region. --- 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.