diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-21 01:58:39 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-21 01:58:39 -0800 |
commit | 6196cffecf7dcc2a777025137db6ab77ff45a105 (patch) | |
tree | 1e013215fbbeafa1c35d84ae8524c66e7ccdfe3f /lisp/term.el | |
parent | d3098e1ec618fc043568be481b487f3bf7689bad (diff) | |
download | emacs-6196cffecf7dcc2a777025137db6ab77ff45a105.tar.gz |
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 @@ ;; -------------------------------------- ;; ;; While the message passing and the colorization surely introduce some -;; overhead this has became so small that IMHO is surely outweighted by -;; the benefits you get but, as usual, YMMV +;; overhead this has became so small that IMHO it is surely outweighed by +;; the benefits you get but, as usual, YMMV. ;; ;; Important caveat, when deciding the cursor/'gray keys' keycodes I had to ;; make a choice: on my Linux box this choice allows me to run all the |