From 35d3955b0e8f3beb643c20f4d46ab60916797ce3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Sun, 7 May 2006 19:32:13 +0000 Subject: [PATCH] Minor fix. --- man/xresources.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/xresources.texi b/man/xresources.texi index ce6709ad764..5f027a4ad4a 100644 --- a/man/xresources.texi +++ b/man/xresources.texi @@ -585,7 +585,7 @@ The color for the border shadow, on the top and the left. @cindex @file{~/.gtkrc-2.0} file @cindex @file{~/.emacs.d/gtkrc} file - If Emacs was built to use the GTK widget set, then the menu bar, + If Emacs was built to use the GTK widget set, then the menu bar, tool bar, scroll bar and the dialogs are customized with the standard GTK customization file, @file{~/.gtkrc-2.0}, or with the Emacs specific file @file{~/.emacs.d/gtkrc}. We recommend that you use @@ -603,13 +603,13 @@ widget names}). Here is an example of how to change the font for Emacs menus: @smallexample -# @r{Define the style @samp{metafont}.} +# @r{Define the style @samp{menufont}.} style "menufont" @{ font_name = "helvetica bold 14" # This is a Pango font name @} -# @r{Specify that widget type @samp{*emacs-menuitem*} uses @samp{metafont}.} +# @r{Specify that widget type @samp{*emacs-menuitem*} uses @samp{menufont}.} widget "*emacs-menuitem*" style "menufont" @end smallexample -- 2.39.5