# HG changeset patch # User Juri Linkov # Date 1229563086 0 # Node ID aeee07e2edfe25ff3678fb3739b0a39ee585406b # Parent ac55019a0cb8b79b9f20f739bae67385eadd3d42 Add key bindings to start nonincremental word search. diff -r ac55019a0cb8 -r aeee07e2edfe etc/NEWS --- 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