# HG changeset patch # User Jan Dj¸«£rv # Date 1147030333 0 # Node ID b703396a95861bc089e4f92af2a764b552389b63 # Parent dd8efbe5f0a028df7a078a410a488fcc34916c3a Minor fix. diff -r dd8efbe5f0a0 -r b703396a9586 man/xresources.texi --- a/man/xresources.texi Sun May 07 17:08:48 2006 +0000 +++ b/man/xresources.texi Sun May 07 19:32:13 2006 +0000 @@ -585,7 +585,7 @@ @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 @@ 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