projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a4c6e6
)
Fix typo in docstring
author
Daniel Colascione
<dancol@dancol.org>
Sat, 9 Jun 2018 20:43:05 +0000
(13:43 -0700)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/lisp/term/xterm.el
b/lisp/term/xterm.el
index a4321914c1279763e0f19fa7d96a150efdd77828..b3b7a21635209cd62cef2a22bcba085b54d8fe98 100644
(file)
--- 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 sen
d
by the terminal to end a bracketed paste.")
+ "Characters sen
t
by the terminal to end a bracketed paste.")
(defun xterm--pasted-text ()
"Handle the rest of a terminal paste operation.