diff options
author | Glenn Morris <rgm@gnu.org> | 2014-02-20 00:14:20 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-02-20 00:14:20 -0800 |
commit | 4d49cc6547d9215da503bd84aadf946e8f2582be (patch) | |
tree | bc52a1a04f4ed38bd4b3f0069f1d7847a48ebf0d /etc/NEWS | |
parent | 189e70077d1c088d4892a1377da2c4da156867b3 (diff) | |
download | emacs-4d49cc6547d9215da503bd84aadf946e8f2582be.tar.gz |
Some doc for search-invisible
* doc/emacs/search.texi (Special Isearch): Mention invisible text.
* lisp/isearch.el (search-invisible): Doc fix.
* etc/NEWS: Related edit.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -766,9 +766,7 @@ symbol found near point added to the search string initially. *** `C-x 8 RET' in Isearch mode reads a character by its Unicode name and adds it to the search string. -*** `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). +*** `M-s i' in Isearch mode toggles whether search matches invisible text. *** `query-replace' skips invisible text when `search-invisible' is nil, and opens overlays with hidden text when `search-invisible' is `open'. |