* lisp/isearch.el (search-invisible): Doc fix. (Bug#29222)
This commit is contained in:
parent
f3e69a80ab
commit
e592b92482
1 changed files with 4 additions and 3 deletions
|
@ -128,9 +128,10 @@ a tab, a carriage return (control-M), a newline, and `]+'."
|
|||
"If t incremental search/query-replace can match hidden text.
|
||||
A nil value means don't match invisible text.
|
||||
When the value is `open', if the text matched is made invisible by
|
||||
an overlay having an `invisible' property and that overlay has a property
|
||||
`isearch-open-invisible', then incremental search will show the contents.
|
||||
\(This applies when using `outline.el' and `hideshow.el'.)
|
||||
an overlay having a non-nil `invisible' property, and that overlay
|
||||
has a non-nil property `isearch-open-invisible', then incremental
|
||||
search will show the hidden text. (This applies when using `outline.el'
|
||||
and `hideshow.el'.)
|
||||
|
||||
To temporarily change the value for an active incremental search,
|
||||
use \\<isearch-mode-map>\\[isearch-toggle-invisible].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue