aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2008-12-18 01:18:06 +0000
committerJuri Linkov2008-12-18 01:18:06 +0000
commitfd4c2a393b0531625740930608ba5de6f0ad729d (patch)
treea683cc9e1bc4c4438b8f838bf33eaa3a5273a97a
parentb87573f01cdcad6c706fa76a1e7a68ecb1d95eb8 (diff)
downloademacs-fd4c2a393b0531625740930608ba5de6f0ad729d.tar.gz
emacs-fd4c2a393b0531625740930608ba5de6f0ad729d.zip
Add key bindings to start nonincremental word search.
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
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.
311the minibuffer that toggles word search (i.e. using key sequences 311the minibuffer that toggles word search (i.e. using key sequences
312`C-s RET C-w' or `C-s M-e C-w') is obsolete. You can use the global key 312`C-s RET C-w' or `C-s M-e C-w') is obsolete. You can use the global key
313`M-s w' to start word search, or type `M-s w' in Isearch mode to 313`M-s w' to start word search, or type `M-s w' in Isearch mode to
314toggle word search. 314toggle word search. To start nonincremental word search you can now use
315`M-s w RET' and `M-s w C-r RET' instead of `C-s RET C-w' and `C-r RET C-w'.
315 316
316--- 317---
317** In Text mode, `center-line' and `center-paragraph' are rebound 318** In Text mode, `center-line' and `center-paragraph' are rebound