aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-04-10 13:37:13 +0000
committerGerd Moellmann2001-04-10 13:37:13 +0000
commitbbf63a7b7538c17a7016b6537d26f7546bae837f (patch)
tree3bbe6d918902107fd939cc950a031c43a7634137
parent719d83adfe41463938cbd125323fee575f9d6c05 (diff)
downloademacs-bbf63a7b7538c17a7016b6537d26f7546bae837f.tar.gz
emacs-bbf63a7b7538c17a7016b6537d26f7546bae837f.zip
(menu): Doc fix.
-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)