From: Juri Linkov Date: Thu, 18 Dec 2008 01:18:06 +0000 (+0000) Subject: Add key bindings to start nonincremental word search. X-Git-Tag: emacs-pretest-23.0.90~1051 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd4c2a393b0531625740930608ba5de6f0ad729d;p=emacs.git Add key bindings to start nonincremental word search. --- diff --git a/etc/NEWS b/etc/NEWS index 67097b3b856..f548e7700a2 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -311,7 +311,8 @@ the history list. 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