* font-lock.el (font-lock-builtin-face): Change from Orchid to
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 5 Jul 2011 14:25:21 +0000 (16:25 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 5 Jul 2011 14:25:21 +0000 (16:25 +0200)
MediumBlue on light-coloured backgrounds to avoid confusion with
the doc string.

Fixes: debbugs:6693

lisp/ChangeLog
lisp/font-lock.el

index 701cec1..d6455a9 100644 (file)
@@ -1,3 +1,9 @@
+2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * font-lock.el (font-lock-builtin-face): Change from Orchid to
+       MediumBlue on light-coloured backgrounds to avoid confusion with
+       the doc string (bug#6693).
+
 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
 
        * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
index 3743dd5..2175aee 100644 (file)
@@ -1906,7 +1906,7 @@ Sets various variables using `font-lock-defaults' and
     (((class grayscale) (background dark)) (:foreground "DimGray" :weight bold))
     (((class color) (min-colors 88) (background light)) (:foreground "dark slate blue"))
     (((class color) (min-colors 88) (background dark)) (:foreground "LightSteelBlue"))
-    (((class color) (min-colors 16) (background light)) (:foreground "Orchid"))
+    (((class color) (min-colors 16) (background light)) (:foreground "MediumBlue"))
     (((class color) (min-colors 16) (background dark)) (:foreground "LightSteelBlue"))
     (((class color) (min-colors 8)) (:foreground "blue" :weight bold))
     (t (:weight bold)))