emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 16015de 1/3: Fix typo in docstring


From: Daniel Colascione
Subject: [Emacs-diffs] master 16015de 1/3: Fix typo in docstring
Date: Sat, 9 Jun 2018 20:50:00 -0400 (EDT)

branch: master
commit 16015dea97b3b4da7ff66a7e822c3c26b2ab6d2b
Author: Daniel Colascione <address@hidden>
Commit: Daniel Colascione <address@hidden>

    Fix typo in docstring
    
    * lisp/term/xterm.el: (xterm-paste-ending-sequence): Fix typo
---
 lisp/term/xterm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el
index a4321914..b3b7a21 100644
--- a/lisp/term/xterm.el
+++ b/lisp/term/xterm.el
@@ -74,7 +74,7 @@ string bytes that can be copied is 3/4 of this value."
   :type 'boolean)
 
 (defconst xterm-paste-ending-sequence "\e[201~"
-  "Characters send by the terminal to end a bracketed paste.")
+  "Characters sent by the terminal to end a bracketed paste.")
 
 (defun xterm--pasted-text ()
   "Handle the rest of a terminal paste operation.



reply via email to

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