diff options
| author | Daniel Colascione | 2018-06-09 13:43:05 -0700 |
|---|---|---|
| committer | Daniel Colascione | 2018-06-09 17:46:05 -0700 |
| commit | 16015dea97b3b4da7ff66a7e822c3c26b2ab6d2b (patch) | |
| tree | ab673991894b9c884be380047118394096519940 | |
| parent | 1a4c6e69db6f8861271f14338ed67aaf12cbd4c5 (diff) | |
| download | emacs-16015dea97b3b4da7ff66a7e822c3c26b2ab6d2b.tar.gz emacs-16015dea97b3b4da7ff66a7e822c3c26b2ab6d2b.zip | |
Fix typo in docstring
* lisp/term/xterm.el: (xterm-paste-ending-sequence): Fix typo
| -rw-r--r-- | lisp/term/xterm.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 74 | :type 'boolean) | 74 | :type 'boolean) |
| 75 | 75 | ||
| 76 | (defconst xterm-paste-ending-sequence "\e[201~" | 76 | (defconst xterm-paste-ending-sequence "\e[201~" |
| 77 | "Characters send by the terminal to end a bracketed paste.") | 77 | "Characters sent by the terminal to end a bracketed paste.") |
| 78 | 78 | ||
| 79 | (defun xterm--pasted-text () | 79 | (defun xterm--pasted-text () |
| 80 | "Handle the rest of a terminal paste operation. | 80 | "Handle the rest of a terminal paste operation. |