Mercurial > emacs
changeset 100472:aeee07e2edfe
Add key bindings to start nonincremental word search.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 18 Dec 2008 01:18:06 +0000 |
parents | ac55019a0cb8 |
children | a7456f383bd9 |
files | etc/NEWS |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu Dec 18 01:17:07 2008 +0000 +++ b/etc/NEWS Thu Dec 18 01:18:06 2008 +0000 @@ -311,7 +311,8 @@ the minibuffer that toggles word search (i.e. using key sequences `C-s RET C-w' or `C-s M-e C-w') is obsolete. You can use the global key `M-s w' to start word search, or type `M-s w' in Isearch mode to -toggle word search. +toggle word search. To start nonincremental word search you can now use +`M-s w RET' and `M-s w C-r RET' instead of `C-s RET C-w' and `C-r RET C-w'. --- ** In Text mode, `center-line' and `center-paragraph' are rebound