diff options
| author | Juri Linkov | 2008-12-18 01:18:06 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-12-18 01:18:06 +0000 |
| commit | fd4c2a393b0531625740930608ba5de6f0ad729d (patch) | |
| tree | a683cc9e1bc4c4438b8f838bf33eaa3a5273a97a | |
| parent | b87573f01cdcad6c706fa76a1e7a68ecb1d95eb8 (diff) | |
| download | emacs-fd4c2a393b0531625740930608ba5de6f0ad729d.tar.gz emacs-fd4c2a393b0531625740930608ba5de6f0ad729d.zip | |
Add key bindings to start nonincremental word search.
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -311,7 +311,8 @@ the history list. | |||
| 311 | the minibuffer that toggles word search (i.e. using key sequences | 311 | the 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 |
| 314 | toggle word search. | 314 | toggle 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 |