From: Gerd Moellmann Date: Tue, 24 Aug 1999 19:24:28 +0000 (+0000) Subject: (margin): Renamed from bitmap-area. X-Git-Tag: emacs-pretest-21.0.90~7057 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2452e0ae97c8d126c6a115b71805ec65b313925f;p=emacs.git (margin): Renamed from bitmap-area. --- 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)