]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in docstring
authorDaniel Colascione <dancol@dancol.org>
Sat, 9 Jun 2018 20:43:05 +0000 (13:43 -0700)
committerDaniel Colascione <dancol@dancol.org>
Sun, 10 Jun 2018 00:46:05 +0000 (17:46 -0700)
* lisp/term/xterm.el: (xterm-paste-ending-sequence): Fix typo

lisp/term/xterm.el

index a4321914c1279763e0f19fa7d96a150efdd77828..b3b7a21635209cd62cef2a22bcba085b54d8fe98 100644 (file)
@@ -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.