diff options
| author | Eli Zaretskii | 2017-11-10 12:05:08 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-11-10 12:05:08 +0200 |
| commit | e592b924824db7528b3e7764fde5c4df383b6ee8 (patch) | |
| tree | bd23e4472f58c86d500c5ad05f747130fc42ac2a | |
| parent | f3e69a80abc04d72d446763bda6859c064233c5d (diff) | |
| download | emacs-e592b924824db7528b3e7764fde5c4df383b6ee8.tar.gz emacs-e592b924824db7528b3e7764fde5c4df383b6ee8.zip | |
* lisp/isearch.el (search-invisible): Doc fix. (Bug#29222)
| -rw-r--r-- | lisp/isearch.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 7c576a67d43..13fa97ea71f 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -128,9 +128,10 @@ a tab, a carriage return (control-M), a newline, and `]+'." | |||
| 128 | "If t incremental search/query-replace can match hidden text. | 128 | "If t incremental search/query-replace can match hidden text. |
| 129 | A nil value means don't match invisible text. | 129 | A nil value means don't match invisible text. |
| 130 | When the value is `open', if the text matched is made invisible by | 130 | When the value is `open', if the text matched is made invisible by |
| 131 | an overlay having an `invisible' property and that overlay has a property | 131 | an overlay having a non-nil `invisible' property, and that overlay |
| 132 | `isearch-open-invisible', then incremental search will show the contents. | 132 | has a non-nil property `isearch-open-invisible', then incremental |
| 133 | \(This applies when using `outline.el' and `hideshow.el'.) | 133 | search will show the hidden text. (This applies when using `outline.el' |
| 134 | and `hideshow.el'.) | ||
| 134 | 135 | ||
| 135 | To temporarily change the value for an active incremental search, | 136 | To temporarily change the value for an active incremental search, |
| 136 | use \\<isearch-mode-map>\\[isearch-toggle-invisible]. | 137 | use \\<isearch-mode-map>\\[isearch-toggle-invisible]. |