diff options
| author | Glenn Morris | 2014-02-20 00:14:20 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-20 00:14:20 -0800 |
| commit | 4d49cc6547d9215da503bd84aadf946e8f2582be (patch) | |
| tree | bc52a1a04f4ed38bd4b3f0069f1d7847a48ebf0d /etc | |
| parent | 189e70077d1c088d4892a1377da2c4da156867b3 (diff) | |
| download | emacs-4d49cc6547d9215da503bd84aadf946e8f2582be.tar.gz emacs-4d49cc6547d9215da503bd84aadf946e8f2582be.zip | |
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')
| -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. | |||
| 766 | *** `C-x 8 RET' in Isearch mode reads a character by its Unicode name | 766 | *** `C-x 8 RET' in Isearch mode reads a character by its Unicode name |
| 767 | and adds it to the search string. | 767 | and adds it to the search string. |
| 768 | 768 | ||
| 769 | *** `M-s i' in Isearch mode toggles the variable `isearch-invisible' | 769 | *** `M-s i' in Isearch mode toggles whether search matches invisible text. |
| 770 | between nil and the value of the option `search-invisible' (or `open' | ||
| 771 | when it's nil). | ||
| 772 | 770 | ||
| 773 | *** `query-replace' skips invisible text when `search-invisible' is nil, | 771 | *** `query-replace' skips invisible text when `search-invisible' is nil, |
| 774 | and opens overlays with hidden text when `search-invisible' is `open'. | 772 | and opens overlays with hidden text when `search-invisible' is `open'. |