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.