From: Daniel Colascione Date: Sat, 9 Jun 2018 20:43:05 +0000 (-0700) Subject: Fix typo in docstring X-Git-Tag: emacs-27.0.90~4896 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16015dea97b3b4da7ff66a7e822c3c26b2ab6d2b;p=emacs.git Fix typo in docstring * lisp/term/xterm.el: (xterm-paste-ending-sequence): Fix typo --- diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el index a4321914c12..b3b7a216352 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.