]> git.eshelyaron.com Git - emacs.git/commitdiff
(escape-glyph): Use blue against light foreground.
authorRichard M. Stallman <rms@gnu.org>
Tue, 21 Dec 2004 11:37:25 +0000 (11:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 21 Dec 2004 11:37:25 +0000 (11:37 +0000)
lisp/faces.el

index 55ed31fa6b00dba54b7aed784663e615cd8308c6..b215d25bf219a5ddb7124149a645e5e46cb767bd 100644 (file)
@@ -2031,8 +2031,8 @@ Note: Other faces cannot inherit from the cursor face."
 
 (defface escape-glyph '((((background dark)) :foreground "cyan")
                        (((type pc)) :foreground "magenta")
-                       (t :foreground "dark blue"))
-  "Face for displaying \\ and ^ in multichar glyphs."
+                       (t :foreground "blue"))
+  "Face for characters displayed as ^-sequences or \-sequences."
   :group 'basic-faces)
 \f
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;