diff options
author | Andreas Schwab <schwab@suse.de> | 2005-05-12 14:12:25 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2005-05-12 14:12:25 +0000 |
commit | e94dae7fe3eb571843cfe6397b0ddcfa9b48a49a (patch) | |
tree | 86c3df86a2e36ada48096d1efe5be34f29a7e80d /lisp/eshell | |
parent | 199581247bd0480ce256d18ef66ec32b2ba7d6dd (diff) | |
download | emacs-e94dae7fe3eb571843cfe6397b0ddcfa9b48a49a.tar.gz |
(eshell-send-input): Doc fix.
Diffstat (limited to 'lisp/eshell')
-rw-r--r-- | lisp/eshell/esh-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index ea9ae01a2f4..7b07b84563a 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el @@ -663,7 +663,7 @@ waiting for input." (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. |