diff options
| author | Chong Yidong | 2011-10-19 00:21:52 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-10-19 00:21:52 -0400 |
| commit | 5abc31ef1857bf04852e4a0f4c599cd7460f4faa (patch) | |
| tree | 6092681c422d9446c3b95c0af32587ddc77c4552 /etc | |
| parent | 939db9ac789cadf11693fd7362aa6da65930be5b (diff) | |
| download | emacs-5abc31ef1857bf04852e4a0f4c599cd7460f4faa.tar.gz emacs-5abc31ef1857bf04852e4a0f4c599cd7460f4faa.zip | |
Update Search chapter in Emacs manual.
* doc/emacs/search.texi (Repeat Isearch, Error in Isearch): Add kindex entries.
(Isearch Yank): Document isearch-yank-pop.
(Isearch Scroll): Refer to C-l instead of unbound `recenter'.
(Other Repeating Search): Document Occur Edit mode.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -448,7 +448,7 @@ pops up *Messages*" feature, which can now easily be changed. | |||
| 448 | +++ | 448 | +++ |
| 449 | *** C-y in Isearch is now bound to isearch-yank-kill, instead of | 449 | *** C-y in Isearch is now bound to isearch-yank-kill, instead of |
| 450 | isearch-yank-line. | 450 | isearch-yank-line. |
| 451 | --- | 451 | +++ |
| 452 | *** M-y in Isearch is now bound to isearch-yank-pop, instead of | 452 | *** M-y in Isearch is now bound to isearch-yank-pop, instead of |
| 453 | isearch-yank-kill. | 453 | isearch-yank-kill. |
| 454 | +++ | 454 | +++ |
| @@ -883,6 +883,7 @@ They are superseded by shift-select-mode enabled by default in 23.1. | |||
| 883 | 883 | ||
| 884 | * New Modes and Packages in Emacs 24.1 | 884 | * New Modes and Packages in Emacs 24.1 |
| 885 | 885 | ||
| 886 | +++ | ||
| 886 | ** Occur Edit mode applies edits made in *Occur* buffers to the | 887 | ** Occur Edit mode applies edits made in *Occur* buffers to the |
| 887 | original buffers. It is bound to "e" in Occur mode. | 888 | original buffers. It is bound to "e" in Occur mode. |
| 888 | 889 | ||