From b4d7a2ece93cc15d518c1b423592de5259d5eba1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 19 Nov 2001 06:21:29 +0000 Subject: [PATCH] Comment change. --- lisp/isearch.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/isearch.el b/lisp/isearch.el index 8165f2f7c87..a11783473bd 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1913,6 +1913,8 @@ A value of nil means highlight all matches." '((((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")) -- 2.39.2