]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor fix.
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 7 May 2006 19:32:13 +0000 (19:32 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 7 May 2006 19:32:13 +0000 (19:32 +0000)
man/xresources.texi

index ce6709ad7649c11bc058730b147bf4d9c3fcd6eb..5f027a4ad4a5247142b615b61c4b4d028ee048fe 100644 (file)
@@ -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