From: Kai Großjohann Date: Sat, 1 Dec 2001 13:10:25 +0000 (+0000) Subject: Document prefix arg for M-h. X-Git-Tag: ttn-vms-21-2-B4~17969 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=efe459e456dcc44559625607a44d60789a5b0a04;p=emacs.git Document prefix arg for M-h. --- diff --git a/etc/NEWS b/etc/NEWS index db9a91de65b..68e74b7b09c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -53,6 +53,11 @@ only happen after 0.25s of idle time. will now be extended each time, so you can mark the next two sexps with M-C-SPC M-C-SPC, for example. ++++ +** M-h (mark-pagaraph) now accepts a prefix arg. If positive, mark +current and following pargraphs; if negative, mark current and +preceding paragraphs. + ** mouse-wheels can now scroll a specific fraction of the window (rather than a fixed number of lines) and the scrolling is `progressive'.