Mercurial > emacs
diff etc/NEWS @ 85386:dfc44db276f6
Remove fill-paragraph-or-region.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 18 Oct 2007 00:14:53 +0000 |
parents | 7c1621f0c819 |
children | ccd34840a4d2 |
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.