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 | |
| parent | 199581247bd0480ce256d18ef66ec32b2ba7d6dd (diff) | |
| download | emacs-e94dae7fe3eb571843cfe6397b0ddcfa9b48a49a.tar.gz emacs-e94dae7fe3eb571843cfe6397b0ddcfa9b48a49a.zip | |
(eshell-send-input): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/eshell/esh-mode.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58b9df80dbe..6f298bace3e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-05-12 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * eshell/esh-mode.el (eshell-send-input): Doc fix. | ||
| 4 | |||
| 1 | 2005-05-12 Lute Kamstra <lute@gnu.org> | 5 | 2005-05-12 Lute Kamstra <lute@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs-lisp/generic.el (define-generic-mode): Don't generate a | 7 | * emacs-lisp/generic.el (define-generic-mode): Don't generate a |
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. |