emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 c2e6d12: * lisp/term.el (term-send-input): Fix te


From: Tino Calancha
Subject: [Emacs-diffs] emacs-26 c2e6d12: * lisp/term.el (term-send-input): Fix text duplication in docstring
Date: Sat, 20 Jan 2018 23:37:56 -0500 (EST)

branch: emacs-26
commit c2e6d121ff0df7f0b5eee7bec7f4b114befa8cde
Author: tino calancha <address@hidden>
Commit: tino calancha <address@hidden>

    * lisp/term.el (term-send-input): Fix text duplication in docstring
---
 lisp/term.el | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/lisp/term.el b/lisp/term.el
index 0492763..078a4ba 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -2049,16 +2049,13 @@ After the process output mark, sends all text from the 
process mark to
 point as input to the process.  Before the process output mark, calls value
 of variable `term-get-old-input' to retrieve old input, copies it to the
 process mark, and sends it.  A terminal newline is also inserted into the
-buffer and sent to the process.  The list of function names contained in the
-value of `term-input-filter-functions' is called on the input before sending
-it.  The input is entered into the input history ring, if the value of variable
-`term-input-filter' returns non-nil when called on the input.
-
-Any history reference may be expanded depending on the value of the variable
-`term-input-autoexpand'.  The list of function names contained in the value
-of `term-input-filter-functions' is called on the input before sending it.
+buffer and sent to the process.  The functions in `term-input-filter-functions'
+are called on the input before sending it.
+
 The input is entered into the input history ring, if the value of variable
-`term-input-filter' returns non-nil when called on the input.
+`term-input-filter' returns non-nil when called on the input.  Any history
+reference may be expanded depending on the value of the variable
+`term-input-autoexpand'.
 
 If variable `term-eol-on-send' is non-nil, then point is moved to the
 end of line before sending the input.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]