Function: eshell-beginning-of-input
eshell-beginning-of-input is a byte-compiled function defined in
esh-mode.el.gz.
Signature
(eshell-beginning-of-input)
Documentation
Return the location of the start of the previous input.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defun eshell-beginning-of-input ()
"Return the location of the start of the previous input."
eshell-last-input-start)