(eshell-send-input): Doc fix.
This commit is contained in:
parent
199581247b
commit
e94dae7fe3
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue