comparison lisp/term/rxvt.el @ 42962:201a6b278692

Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 25 Jan 2002 14:35:42 +0000
parents b984e9bf0c85
children 5ade352e8d1c
comparison
equal deleted inserted replaced
42961:3bd7e8f774e5 42962:201a6b278692
95 (set-keymap-parent function-key-map map)) 95 (set-keymap-parent function-key-map map))
96 96
97 ;; Set up colors, for those versions of rxvt that support it. 97 ;; Set up colors, for those versions of rxvt that support it.
98 (defvar rxvt-standard-colors 98 (defvar rxvt-standard-colors
99 ;; The names of the colors in the comments taken from the rxvt.1 man 99 ;; The names of the colors in the comments taken from the rxvt.1 man
100 ;; page; th corresponding RGB values--from rgb.txt. 100 ;; page; the corresponding RGB values--from rgb.txt.
101 '(("black" 0 ( 0 0 0)) ; black 101 '(("black" 0 ( 0 0 0)) ; black
102 ("red" 1 (205 0 0)) ; red3 102 ("red" 1 (205 0 0)) ; red3
103 ("green" 2 ( 0 205 0)) ; green3 103 ("green" 2 ( 0 205 0)) ; green3
104 ("yellow" 3 (205 205 0)) ; yellow3 104 ("yellow" 3 (205 205 0)) ; yellow3
105 ("blue" 4 ( 0 0 205)) ; blue3 105 ("blue" 4 ( 0 0 205)) ; blue3