diff options
| author | Paul Eggert | 2011-12-21 01:58:39 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-21 01:58:39 -0800 |
| commit | 6196cffecf7dcc2a777025137db6ab77ff45a105 (patch) | |
| tree | 1e013215fbbeafa1c35d84ae8524c66e7ccdfe3f /lisp/term.el | |
| parent | d3098e1ec618fc043568be481b487f3bf7689bad (diff) | |
| download | emacs-6196cffecf7dcc2a777025137db6ab77ff45a105.tar.gz emacs-6196cffecf7dcc2a777025137db6ab77ff45a105.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/term.el')
| -rw-r--r-- | lisp/term.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term.el b/lisp/term.el index 484bc36363e..47cda9beeed 100644 --- a/lisp/term.el +++ b/lisp/term.el | |||
| @@ -37,8 +37,8 @@ | |||
| 37 | ;; -------------------------------------- | 37 | ;; -------------------------------------- |
| 38 | ;; | 38 | ;; |
| 39 | ;; While the message passing and the colorization surely introduce some | 39 | ;; While the message passing and the colorization surely introduce some |
| 40 | ;; overhead this has became so small that IMHO is surely outweighted by | 40 | ;; overhead this has became so small that IMHO it is surely outweighed by |
| 41 | ;; the benefits you get but, as usual, YMMV | 41 | ;; the benefits you get but, as usual, YMMV. |
| 42 | ;; | 42 | ;; |
| 43 | ;; Important caveat, when deciding the cursor/'gray keys' keycodes I had to | 43 | ;; Important caveat, when deciding the cursor/'gray 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 |