From: Gerd Moellmann Date: Tue, 10 Apr 2001 13:37:13 +0000 (+0000) Subject: (menu): Doc fix. X-Git-Tag: emacs-pretest-21.0.103~250 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbf63a7b7538c17a7016b6537d26f7546bae837f;p=emacs.git (menu): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 76e55333c92..acf28f730f7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-04-10 Gerd Moellmann + + * faces.el (menu): Doc fix. + 2001-04-10 Vinicius Jose Latorre * 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." ) (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)