Mercurial > emacs
changeset 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 | 36d7c274dcef |
children | f6e8a2dc456a |
files | lisp/faces.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;