hs-isearch-show-temporary
hs-isearch-show-temporary is a compiled Lisp function in `hideshow.el
'.
(hs-isearch-show-temporary OV HIDE-P)
Hide or show overlay OV, and set `hs-headline', all depending on HIDE-P.
If HIDE-P is non-nil, `hs-headline' is set to nil and overlay OV is hidden.
Otherwise, `hs-headline' is set to the line of text at the head of OV, and
OV is shown.
This function is meant to be used as the `isearch-open-invisible-temporary'
property of an overlay.