diff options
| -rw-r--r-- | lisp/isearch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 9cb03645aeb..f63a8dda1d1 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -210,7 +210,7 @@ Default value, nil, means edit the string instead." | |||
| 210 | '((((class color) (min-colors 88) (background light)) | 210 | '((((class color) (min-colors 88) (background light)) |
| 211 | ;; The background must not be too dark, for that means | 211 | ;; The background must not be too dark, for that means |
| 212 | ;; the character is hard to see when the cursor is there. | 212 | ;; the character is hard to see when the cursor is there. |
| 213 | (:background "magenta2" :foreground "lightskyblue1")) | 213 | (:background "magenta3" :foreground "lightskyblue1")) |
| 214 | (((class color) (min-colors 88) (background dark)) | 214 | (((class color) (min-colors 88) (background dark)) |
| 215 | (:background "palevioletred2" :foreground "brown4")) | 215 | (:background "palevioletred2" :foreground "brown4")) |
| 216 | (((class color) (min-colors 16)) | 216 | (((class color) (min-colors 16)) |