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