Mercurial > emacs
changeset 85386:dfc44db276f6
Remove fill-paragraph-or-region.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 18 Oct 2007 00:14:53 +0000 |
parents | 5f46aeba09dc |
children | ba27478c6149 |
files | etc/NEWS |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu Oct 18 00:14:35 2007 +0000 +++ b/etc/NEWS Thu Oct 18 00:14:53 2007 +0000 @@ -118,8 +118,9 @@ +++ ** 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'. +paragraph. ++++ ** M-$ now checks spelling of the region if the region is active and `transient-mark-mode' is turned on. Otherwise, it checks spelling of the word at point.