aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorPaul Eggert2011-12-05 00:55:25 -0800
committerPaul Eggert2011-12-05 00:55:25 -0800
commitfa46310344375ef5c114cbb94d4acea39ac29239 (patch)
tree4d74de9694db1c199cd9301a27c48b4d4137cf0c /lisp/term
parentc3c9e25e5d2c222d9f79a503c714b48c06078c08 (diff)
downloademacs-fa46310344375ef5c114cbb94d4acea39ac29239.tar.gz
emacs-fa46310344375ef5c114cbb94d4acea39ac29239.zip
Spelling fixes.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/rxvt.el2
-rw-r--r--lisp/term/xterm.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el
index c784892ce6b..c64dc0e7a19 100644
--- a/lisp/term/rxvt.el
+++ b/lisp/term/rxvt.el
@@ -228,7 +228,7 @@ for the currently selected frame."
228 ;; 216 non-gray colors first 228 ;; 216 non-gray colors first
229 (let ((r 0) (g 0) (b 0)) 229 (let ((r 0) (g 0) (b 0))
230 (while (> ncolors 24) 230 (while (> ncolors 24)
231 ;; This and other formulae taken from 256colres.pl and 231 ;; This and other formulas taken from 256colres.pl and
232 ;; 88colres.pl in the xterm distribution. 232 ;; 88colres.pl in the xterm distribution.
233 (tty-color-define (format "color-%d" (- 256 ncolors)) 233 (tty-color-define (format "color-%d" (- 256 ncolors))
234 (- 256 ncolors) 234 (- 256 ncolors)
diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el
index c2856660ea8..f9d11cb2685 100644
--- a/lisp/term/xterm.el
+++ b/lisp/term/xterm.el
@@ -637,7 +637,7 @@ versions of xterm."
637 ;; 216 non-gray colors first 637 ;; 216 non-gray colors first
638 (let ((r 0) (g 0) (b 0)) 638 (let ((r 0) (g 0) (b 0))
639 (while (> ncolors 24) 639 (while (> ncolors 24)
640 ;; This and other formulae taken from 256colres.pl and 640 ;; This and other formulas taken from 256colres.pl and
641 ;; 88colres.pl in the xterm distribution. 641 ;; 88colres.pl in the xterm distribution.
642 (tty-color-define (format "color-%d" (- 256 ncolors)) 642 (tty-color-define (format "color-%d" (- 256 ncolors))
643 (- 256 ncolors) 643 (- 256 ncolors)