aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index a8ef61e828d..451650401b1 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -847,7 +847,7 @@ Compatibility function for \\[next-error] invocations."
847 '((((class color) (min-colors 88) (background light)) 847 '((((class color) (min-colors 88) (background light))
848 :background "Tan") 848 :background "Tan")
849 (((class color) (min-colors 88) (background dark)) 849 (((class color) (min-colors 88) (background dark))
850 :background "RoyalBlue4") 850 :background "RoyalBlue3")
851 (((class color) (min-colors 8)) 851 (((class color) (min-colors 8))
852 :background "blue" :foreground "white") 852 :background "blue" :foreground "white")
853 (((type tty) (class mono)) 853 (((type tty) (class mono))