From: Juri Linkov Date: Thu, 18 Oct 2007 00:14:53 +0000 (+0000) Subject: Remove fill-paragraph-or-region. X-Git-Tag: emacs-pretest-23.0.90~10263 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ecde850af07c3ed64a638fe843da967214b4d3f3;p=emacs.git Remove fill-paragraph-or-region. --- diff --git a/etc/NEWS b/etc/NEWS index 21cb6b3ffff..2d3a0a03d2c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -118,8 +118,9 @@ following arguments. +++ ** 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.