]> git.eshelyaron.com Git - emacs.git/commitdiff
(defface menu): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Thu, 5 Apr 2001 16:16:28 +0000 (16:16 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 5 Apr 2001 16:16:28 +0000 (16:16 +0000)
lisp/ChangeLog
lisp/faces.el

index 78964237b1eeb9ac241aa3a7e27320b375e5f878..be559093e028c284f0354270c74030d17eda16a2 100644 (file)
@@ -1,5 +1,7 @@
 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
 
+       * faces.el (defface menu): Doc fix.
+
        * wid-edit.el (widget-color-sample-face-get): Don't make
        faces for undefined colors.
 
index dd319eb7601f6912be58ececd62efb34769a80ae..0fd3190773b57e8e2562700ff2fde2fc07ddfcbc 100644 (file)
@@ -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)