Function: outline-isearch-open-invisible
outline-isearch-open-invisible is a byte-compiled function defined in
outline.el.gz.
Signature
(outline-isearch-open-invisible OVERLAY)
Source Code
;; Defined in /usr/src/emacs/lisp/outline.el.gz
;; Function to be set as an outline-isearch-open-invisible' property
;; to the overlay that makes the outline invisible (see
;; `outline-flag-region').
(defun outline-isearch-open-invisible (_overlay)
;; We rely on the fact that isearch places point on the matched text.
(outline-show-entry))