From: Eli Zaretskii Date: Fri, 10 Nov 2017 10:05:08 +0000 (+0200) Subject: * lisp/isearch.el (search-invisible): Doc fix. (Bug#29222) X-Git-Tag: emacs-26.0.91~338 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e592b924824db7528b3e7764fde5c4df383b6ee8;p=emacs.git * lisp/isearch.el (search-invisible): Doc fix. (Bug#29222) --- 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 `]+'." "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-toggle-invisible].