Mercurial > emacs
changeset 62262:9e498efab42b
(eshell-send-input): Doc fix.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Thu, 12 May 2005 14:12:03 +0000 |
parents | c7e447f15c03 |
children | 7177e4f9a5e1 |
files | lisp/eshell/esh-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/esh-mode.el Thu May 12 13:25:15 2005 +0000 +++ b/lisp/eshell/esh-mode.el Thu May 12 14:12:03 2005 +0000 @@ -663,7 +663,7 @@ (eshell-match-result "alpha\n")) (defun eshell-send-input (&optional use-region queue-p no-newline) - "Send the input received to Eshell for parsing and processing.. + "Send the input received to Eshell for parsing and processing. After `eshell-last-output-end', sends all text from that marker to point as input. Before that marker, calls `eshell-get-old-input' to retrieve old input, copies it to the end of the buffer, and sends it.