Mercurial > emacs
changeset 41746:6d817b78bf33
Document prefix arg for M-h.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Sat, 01 Dec 2001 13:10:25 +0000 |
parents | 1061224d9cb0 |
children | 495e2f1dc6e6 |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Dec 01 13:08:48 2001 +0000 +++ b/etc/NEWS Sat Dec 01 13:10:25 2001 +0000 @@ -53,6 +53,11 @@ 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'.