aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/faces.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 76e55333c92..acf28f730f7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12001-04-10 Gerd Moellmann <gerd@gnu.org>
2
3 * faces.el (menu): Doc fix.
4
12001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br> 52001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2 6
3 * ps-print.el: Footer implementation. Doc fix. 7 * ps-print.el: Footer implementation. Doc fix.
diff --git a/lisp/faces.el b/lisp/faces.el
index 0fd3190773b..67576035930 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 face for the font and colors of menus." 1725 "Basic face for the font and colors of the menu bar and popup menus."
1726 :version "21.1" 1726 :version "21.1"
1727 :group 'menu 1727 :group 'menu
1728 :group 'basic-faces) 1728 :group 'basic-faces)