]> git.eshelyaron.com Git - emacs.git/commitdiff
Add isearch-occur.
authorJuri Linkov <juri@jurta.org>
Sun, 9 Dec 2007 23:48:33 +0000 (23:48 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 9 Dec 2007 23:48:33 +0000 (23:48 +0000)
etc/NEWS

index ba5b86e672798547661ce9aaf25702829dd8158c..5f89a8d46be9a773802c93e082e3bc1bf3aecd30 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -234,7 +234,12 @@ position of point in help window (for example in `view-lossage').
 ** view-remove-frame-by-deleting is now by default t
 since users found iconification of view-mode frames distracting.
 
-** isearch can now search through multiple ChangeLog files.
+** Isearch mode
+
+*** New command `isearch-occur' bound to `M-s o' in isearch mode
+runs `occur' with the current search string.
+
+*** isearch can now search through multiple ChangeLog files.
 When running isearch in a ChangeLog file, if the search fails,
 then another C-s tries searching the previous ChangeLog,
 if there is one (e.g. go from ChangeLog to ChangeLog.12).