aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/faces.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 78964237b1e..be559093e02 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12001-04-05 Gerd Moellmann <gerd@gnu.org> 12001-04-05 Gerd Moellmann <gerd@gnu.org>
2 2
3 * faces.el (defface menu): Doc fix.
4
3 * wid-edit.el (widget-color-sample-face-get): Don't make 5 * wid-edit.el (widget-color-sample-face-get): Don't make
4 faces for undefined colors. 6 faces for undefined colors.
5 7
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."
1722 ) 1722 )
1723 (t 1723 (t
1724 :inverse-video t)) 1724 :inverse-video t))
1725 "Basic menu face." 1725 "Basic face for the font and colors of menus."
1726 :version "21.1" 1726 :version "21.1"
1727 :group 'menu 1727 :group 'menu
1728 :group 'basic-faces) 1728 :group 'basic-faces)