From e94dae7fe3eb571843cfe6397b0ddcfa9b48a49a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 12 May 2005 14:12:25 +0000 Subject: [PATCH] (eshell-send-input): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/eshell/esh-mode.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58b9df80dbe..6f298bace3e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-05-12 Andreas Schwab + + * eshell/esh-mode.el (eshell-send-input): Doc fix. + 2005-05-12 Lute Kamstra * 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." (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. -- 2.39.2