From 2452e0ae97c8d126c6a115b71805ec65b313925f Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 24 Aug 1999 19:24:28 +0000 Subject: [PATCH] (margin): Renamed from bitmap-area. --- lisp/faces.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/faces.el b/lisp/faces.el index 57cb19b6e18..a292ca73a2e 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1382,14 +1382,14 @@ created." :group 'basic-faces) -(defface bitmap-area +(defface margin '((((class color)) (:background "grey95")) (((class mono)) (:background "white")) (t (:background "gray"))) - "Basic face for bitmap areas under X." + "Basic face for the margins to the left and right of windows under X." :version "21.1" :group 'basic-faces) -- 2.39.5