diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/term/rxvt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el index 7230a0be0f7..550a43ce528 100644 --- a/lisp/term/rxvt.el +++ b/lisp/term/rxvt.el @@ -97,7 +97,7 @@ ;; Set up colors, for those versions of rxvt that support it. (defvar rxvt-standard-colors ;; The names of the colors in the comments taken from the rxvt.1 man - ;; page; th corresponding RGB values--from rgb.txt. + ;; page; the corresponding RGB values--from rgb.txt. '(("black" 0 ( 0 0 0)) ; black ("red" 1 (205 0 0)) ; red3 ("green" 2 ( 0 205 0)) ; green3 |