]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-send-input): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Thu, 12 May 2005 14:12:25 +0000 (14:12 +0000)
committerAndreas Schwab <schwab@suse.de>
Thu, 12 May 2005 14:12:25 +0000 (14:12 +0000)
lisp/ChangeLog
lisp/eshell/esh-mode.el

index 58b9df80dbec4ed73a1072fb99c89fa0f723269f..6f298bace3ebfcda6b31f93afc379e9bf5e1a967 100644 (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
index ea9ae01a2f48b558c647e430c4730f8677ff9efd..7b07b84563a42ff9b3e352bd9888e8f61a0c8bc2 100644 (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.