Mercurial > emacs
changeset 85081:2a3baf9b92a9
Add M-q fill-paragraph-or-region.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 06 Oct 2007 22:27:50 +0000 |
parents | 067e136836ee |
children | 40ad182734aa |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Oct 06 22:25:18 2007 +0000 +++ b/etc/NEWS Sat Oct 06 22:27:50 2007 +0000 @@ -113,6 +113,11 @@ * 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.