From: Xue Fuqiao Date: Sat, 1 Jun 2013 12:35:14 +0000 (+0800) Subject: NEWS fix: `M-s i' can be only used in Isearch mode. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2db59b1de6467dade4fff20e5ed104213edf1e6d;p=emacs.git NEWS fix: `M-s i' can be only used in Isearch mode. --- diff --git a/etc/NEWS b/etc/NEWS index 8799af96044..30e41552ce5 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'.