changeset 25384:fdefa56606aa

(margin): Renamed from bitmap-area.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 24 Aug 1999 19:24:28 +0000
parents 57e815ace9e2
children 82213781d29e
files lisp/faces.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Tue Aug 24 16:43:44 1999 +0000
+++ b/lisp/faces.el	Tue Aug 24 19:24:28 1999 +0000
@@ -1382,14 +1382,14 @@
   :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)