(defface menu): Doc fix.

This commit is contained in:
Gerd Moellmann 2001-04-05 16:16:28 +00:00
parent 4e8933b5fd
commit 0e4892e24d
2 changed files with 3 additions and 1 deletions

View 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.

View 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)