Function: eshell-previous-input

eshell-previous-input is an interactive and byte-compiled function defined in em-hist.el.gz.

Signature

(eshell-previous-input ARG)

Documentation

Cycle backwards through input history.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-hist.el.gz
(defun eshell-previous-input (arg)
  "Cycle backwards through input history."
  (interactive "*p")
  (eshell-previous-matching-input "." arg))