summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2008-04-22 20:32:56 +0000
committerJuri Linkov <juri@jurta.org>2008-04-22 20:32:56 +0000
commit320bc739d34fee050d3e05943a449efc4f7c9afe (patch)
tree5086e840859de690beb6a8c47eb2f02396064892 /etc
parentb92368b4712ac13e1cacd1d5666a0409fca40e49 (diff)
downloademacs-320bc739d34fee050d3e05943a449efc4f7c9afe.tar.gz
emacs-320bc739d34fee050d3e05943a449efc4f7c9afe.tar.bz2
emacs-320bc739d34fee050d3e05943a449efc4f7c9afe.zip
Isearch help map.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 11c4f7cb7a8..5ebc7ac5ddc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -454,6 +454,12 @@ This is enabled if isearch-buffers-multi is non-nil.
*** The part of an isearch that failed to match is highlighted in `isearch-fail'
face.
+*** `C-h C-h' in isearch mode displays isearch-specific Help screen,
+`C-h b' displays all isearch key bindings, `C-h k' displays the full
+documentation of the given isearch key sequence, `C-h m' displays
+documentation of isearch mode. All the rest Help commands exit isearch mode
+and execute their global definitions.
+
** smerge-refine highlights word-level details of changes in conflict.
It's used automatically as you move through conflicts, see smerge-auto-refine.