aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2005-05-12 14:12:25 +0000
committerAndreas Schwab2005-05-12 14:12:25 +0000
commite94dae7fe3eb571843cfe6397b0ddcfa9b48a49a (patch)
tree86c3df86a2e36ada48096d1efe5be34f29a7e80d
parent199581247bd0480ce256d18ef66ec32b2ba7d6dd (diff)
downloademacs-e94dae7fe3eb571843cfe6397b0ddcfa9b48a49a.tar.gz
emacs-e94dae7fe3eb571843cfe6397b0ddcfa9b48a49a.zip
(eshell-send-input): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/eshell/esh-mode.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 58b9df80dbe..6f298bace3e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-05-12 Andreas Schwab <schwab@suse.de>
2
3 * eshell/esh-mode.el (eshell-send-input): Doc fix.
4
12005-05-12 Lute Kamstra <lute@gnu.org> 52005-05-12 Lute Kamstra <lute@gnu.org>
2 6
3 * emacs-lisp/generic.el (define-generic-mode): Don't generate a 7 * 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."
663 (eshell-match-result "alpha\n")) 663 (eshell-match-result "alpha\n"))
664 664
665(defun eshell-send-input (&optional use-region queue-p no-newline) 665(defun eshell-send-input (&optional use-region queue-p no-newline)
666 "Send the input received to Eshell for parsing and processing.. 666 "Send the input received to Eshell for parsing and processing.
667After `eshell-last-output-end', sends all text from that marker to 667After `eshell-last-output-end', sends all text from that marker to
668point as input. Before that marker, calls `eshell-get-old-input' to 668point as input. Before that marker, calls `eshell-get-old-input' to
669retrieve old input, copies it to the end of the buffer, and sends it. 669retrieve old input, copies it to the end of the buffer, and sends it.