diff options
| author | Paul Eggert | 2011-11-22 23:03:56 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-22 23:03:56 -0800 |
| commit | ee7683ebb70c308e596103e379ef6b91d001eebc (patch) | |
| tree | 45382191619e27df7106a8d990bc03903d0fa03f /lisp/term.el | |
| parent | 6b21de180fba10432988d94d2b8f3e2521be5b17 (diff) | |
| download | emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.tar.gz emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/term.el')
| -rw-r--r-- | lisp/term.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el index dc5ae29ffd2..aa76e41f595 100644 --- a/lisp/term.el +++ b/lisp/term.el | |||
| @@ -43,7 +43,7 @@ | |||
| 43 | ;; Important caveat, when deciding the cursor/'grey keys' keycodes I had to | 43 | ;; Important caveat, when deciding the cursor/'grey keys' keycodes I had to |
| 44 | ;; make a choice: on my Linux box this choice allows me to run all the | 44 | ;; make a choice: on my Linux box this choice allows me to run all the |
| 45 | ;; ncurses applications without problems but make these keys | 45 | ;; ncurses applications without problems but make these keys |
| 46 | ;; uncomprehensible to all the cursesX programs. Your mileage may vary so | 46 | ;; incomprehensible to all the cursesX programs. Your mileage may vary so |
| 47 | ;; you may consider changing the default 'emulation'. Just search for this | 47 | ;; you may consider changing the default 'emulation'. Just search for this |
| 48 | ;; piece of code and modify it as you like: | 48 | ;; piece of code and modify it as you like: |
| 49 | ;; | 49 | ;; |