Function: isearch-ring-retreat

isearch-ring-retreat is an interactive and byte-compiled function defined in isearch.el.gz.

Signature

(isearch-ring-retreat)

Documentation

Retreat to the previous search string in the ring.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/isearch.el.gz
(defun isearch-ring-retreat ()
  "Retreat to the previous search string in the ring."
  (interactive)
  (isearch-ring-adjust nil))