Mercurial > emacs
changeset 41255:719d61cbaf9f
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 19 Nov 2001 06:21:29 +0000 |
parents | 2538b11fc837 |
children | 4a78098c3bd7 |
files | lisp/isearch.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/isearch.el Mon Nov 19 06:21:11 2001 +0000 +++ b/lisp/isearch.el Mon Nov 19 06:21:29 2001 +0000 @@ -1913,6 +1913,8 @@ '((((type tty pc) (class color)) (:background "magenta4" :foreground "cyan1")) (((class color) (background light)) + ;; The background must not be too dark, for that means + ;; the character is hard to see when the cursor is there. (:background "magenta2" :foreground "lightskyblue1")) (((class color) (background dark)) (:background "palevioletred2" :foreground "brown4"))