aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-12-21 11:37:25 +0000
committerRichard M. Stallman <[email protected]>2004-12-21 11:37:25 +0000
commitd2acc90a44d940a97134dea2a4c9c1a19ccc06da (patch)
treeeba4e4eb74453438d3807c03bd550ea226e5fed2 /lisp
parent6df99033c1ecff7d094f41ef91145cebfc5375f7 (diff)
(escape-glyph): Use blue against light foreground.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/faces.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 55ed31fa6b..b215d25bf2 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -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)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;