# HG changeset patch # User Andreas Schwab # Date 1115907123 0 # Node ID 9e498efab42b1a01d51d4a4986240bd10451ef5d # Parent c7e447f15c03f98e4d88c8a44f0c018b763658e3 (eshell-send-input): Doc fix. diff -r c7e447f15c03 -r 9e498efab42b lisp/eshell/esh-mode.el --- a/lisp/eshell/esh-mode.el Thu May 12 13:25:15 2005 +0000 +++ b/lisp/eshell/esh-mode.el Thu May 12 14:12:03 2005 +0000 @@ -663,7 +663,7 @@ (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.