From 0e4892e24d2e8e1b588eade44952d064a127967d Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 5 Apr 2001 16:16:28 +0000 Subject: [PATCH] (defface menu): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/faces.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 78964237b1e..be559093e02 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-04-05 Gerd Moellmann + * faces.el (defface menu): Doc fix. + * wid-edit.el (widget-color-sample-face-get): Don't make faces for undefined colors. diff --git a/lisp/faces.el b/lisp/faces.el index dd319eb7601..0fd3190773b 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1722,7 +1722,7 @@ created." ) (t :inverse-video t)) - "Basic menu face." + "Basic face for the font and colors of menus." :version "21.1" :group 'menu :group 'basic-faces) -- 2.39.5