aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorXue Fuqiao <[email protected]>2013-06-01 20:35:14 +0800
committerXue Fuqiao <[email protected]>2013-06-01 20:35:14 +0800
commit2db59b1de6467dade4fff20e5ed104213edf1e6d (patch)
treea5baa81daa101a2e3506a0340792d1b7eef7beb5 /etc/NEWS
parentfb9f05b01eb3454fd17174ab9451b2314d09b4c6 (diff)
NEWS fix: `M-s i' can be only used in Isearch mode.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8799af9604..30e41552ce 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -253,8 +253,9 @@ entries displayed by `Info-index-next', `Info-virtual-index' and
*** `C-x 8 RET' in Isearch mode reads a character by its Unicode name
and adds it to the search string.
-*** `M-s i' toggles the variable `isearch-invisible' between nil and
-the value of the option `search-invisible' (or `open' when it's nil).
+*** `M-s i' in Isearch mode toggles the variable `isearch-invisible'
+between nil and the value of the option `search-invisible' (or `open'
+when it's nil).
*** `query-replace' skips invisible text when `search-invisible' is nil,
and opens overlays with hidden text when `search-invisible' is `open'.