Function: isearch-forward-exit-minibuffer

isearch-forward-exit-minibuffer is an interactive and byte-compiled function defined in isearch.el.gz.

Signature

(isearch-forward-exit-minibuffer)

Documentation

Resume isearching forward from the minibuffer that edits the search string.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/isearch.el.gz
(defun isearch-forward-exit-minibuffer ()
  "Resume isearching forward from the minibuffer that edits the search string."
  (interactive)
  (setq isearch-new-forward t isearch-new-nonincremental nil)
  (exit-minibuffer))