]> code.delx.au - gnu-emacs/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 19 Nov 2001 06:21:29 +0000 (06:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 19 Nov 2001 06:21:29 +0000 (06:21 +0000)
lisp/isearch.el

index 8165f2f7c87c132bf2a5f0353f27d8efb29b75e0..a11783473bd5b754b7e20e0655e60c799f12ab98 100644 (file)
@@ -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"))