]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Tue, 10 Apr 2001 13:37:13 +0000 (13:37 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 10 Apr 2001 13:37:13 +0000 (13:37 +0000)
lisp/ChangeLog
lisp/faces.el

index 76e55333c921fd4b17a67dd66bd41fa8b15823e2..acf28f730f75529e0694ce1f58049d7d96d3e9b6 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-10  Gerd Moellmann  <gerd@gnu.org>
+
+       * faces.el (menu): Doc fix.
+
 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
        * ps-print.el: Footer implementation.  Doc fix.
index 0fd3190773b57e8e2562700ff2fde2fc07ddfcbc..67576035930847586974f5bf68d4aedfb89d5a08 100644 (file)
@@ -1722,7 +1722,7 @@ created."
      )
     (t
      :inverse-video t))
-  "Basic face for the font and colors of menus."
+  "Basic face for the font and colors of the menu bar and popup menus."
   :version "21.1"
   :group 'menu
   :group 'basic-faces)