(eshell-send-input): Doc fix.

This commit is contained in:
Andreas Schwab 2005-05-12 14:12:25 +00:00
parent 199581247b
commit e94dae7fe3
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-05-12 Andreas Schwab <schwab@suse.de>
* eshell/esh-mode.el (eshell-send-input): Doc fix.
2005-05-12 Lute Kamstra <lute@gnu.org>
* emacs-lisp/generic.el (define-generic-mode): Don't generate a

View file

@ -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.