]> git.eshelyaron.com Git - emacs.git/commitdiff
(margin): Renamed from bitmap-area.
authorGerd Moellmann <gerd@gnu.org>
Tue, 24 Aug 1999 19:24:28 +0000 (19:24 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 24 Aug 1999 19:24:28 +0000 (19:24 +0000)
lisp/faces.el

index 57cb19b6e183bd6050a6ee0c7e2d02848f19d2de..a292ca73a2e74fc4699c554d898ad448113b7db0 100644 (file)
@@ -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)