diff options
| author | Andreas Schwab | 2005-05-12 14:12:25 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2005-05-12 14:12:25 +0000 |
| commit | e94dae7fe3eb571843cfe6397b0ddcfa9b48a49a (patch) | |
| tree | 86c3df86a2e36ada48096d1efe5be34f29a7e80d /lisp/eshell | |
| parent | 199581247bd0480ce256d18ef66ec32b2ba7d6dd (diff) | |
| download | emacs-e94dae7fe3eb571843cfe6397b0ddcfa9b48a49a.tar.gz emacs-e94dae7fe3eb571843cfe6397b0ddcfa9b48a49a.zip | |
(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." | |||
| 663 | (eshell-match-result "alpha\n")) | 663 | (eshell-match-result "alpha\n")) |
| 664 | 664 | ||
| 665 | (defun eshell-send-input (&optional use-region queue-p no-newline) | 665 | (defun eshell-send-input (&optional use-region queue-p no-newline) |
| 666 | "Send the input received to Eshell for parsing and processing.. | 666 | "Send the input received to Eshell for parsing and processing. |
| 667 | After `eshell-last-output-end', sends all text from that marker to | 667 | After `eshell-last-output-end', sends all text from that marker to |
| 668 | point as input. Before that marker, calls `eshell-get-old-input' to | 668 | point as input. Before that marker, calls `eshell-get-old-input' to |
| 669 | retrieve old input, copies it to the end of the buffer, and sends it. | 669 | retrieve old input, copies it to the end of the buffer, and sends it. |