aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-10-19 00:21:52 -0400
committerChong Yidong2011-10-19 00:21:52 -0400
commit5abc31ef1857bf04852e4a0f4c599cd7460f4faa (patch)
tree6092681c422d9446c3b95c0af32587ddc77c4552 /etc
parent939db9ac789cadf11693fd7362aa6da65930be5b (diff)
downloademacs-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/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index edb7f2c171d..b987e8548cf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
450isearch-yank-line. 450isearch-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
453isearch-yank-kill. 453isearch-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
887original buffers. It is bound to "e" in Occur mode. 888original buffers. It is bound to "e" in Occur mode.
888 889