aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 4d0083a276f..bcb8c6e3871 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1670,7 +1670,7 @@ created."
1670 (((class color) (background light)) 1670 (((class color) (background light))
1671 (:background "yellow")) 1671 (:background "yellow"))
1672 (((class color) (background dark)) 1672 (((class color) (background dark))
1673 (:background "yellow")) 1673 (:background "SkyBlue4"))
1674 (t (:inverse-video t))) 1674 (t (:inverse-video t)))
1675 "Basic face for displaying the secondary selection." 1675 "Basic face for displaying the secondary selection."
1676 :group 'basic-faces) 1676 :group 'basic-faces)