Function: minibuffer-history-isearch-pop-state
minibuffer-history-isearch-pop-state is a byte-compiled function
defined in simple.el.gz.
Signature
(minibuffer-history-isearch-pop-state CMD HIST-POS)
Documentation
Restore the minibuffer history search state.
Go to the history element by the absolute history position HIST-POS.
Source Code
;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defun minibuffer-history-isearch-pop-state (_cmd hist-pos)
"Restore the minibuffer history search state.
Go to the history element by the absolute history position HIST-POS."
(goto-history-element hist-pos))