]> git.eshelyaron.com Git - emacs.git/commitdiff
NEWS fix: `M-s i' can be only used in Isearch mode.
authorXue Fuqiao <xfq.free@gmail.com>
Sat, 1 Jun 2013 12:35:14 +0000 (20:35 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sat, 1 Jun 2013 12:35:14 +0000 (20:35 +0800)
etc/NEWS

index 8799af9604430916aaf5281c64a85a1d094bb6c2..30e41552ce596c1a0fa54605d8b4b75325a93d74 100644 (file)
--- 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'.