diff lisp/faces.el @ 59054:a32a0ec1c9ac

(escape-glyph): Use blue against light foreground.
author Richard M. Stallman <rms@gnu.org>
date Tue, 21 Dec 2004 11:37:25 +0000
parents 95bb6b9a27a3
children 294a7f7e3daf 4ee39d9428b0
line wrap: on
line diff
--- a/lisp/faces.el	Tue Dec 21 11:35:18 2004 +0000
+++ b/lisp/faces.el	Tue Dec 21 11:37:25 2004 +0000
@@ -2031,8 +2031,8 @@
 
 (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)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;