summaryrefslogtreecommitdiff
path: root/man/xresources.texi
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2006-05-07 19:32:13 +0000
committerJan Djärv <jan.h.d@swipnet.se>2006-05-07 19:32:13 +0000
commit35d3955b0e8f3beb643c20f4d46ab60916797ce3 (patch)
treecb8107f216d30824ecf7b7e594d8efe8731a6d18 /man/xresources.texi
parent99069bdb490a824113a58fa86ca1dabc52801c5a (diff)
downloademacs-35d3955b0e8f3beb643c20f4d46ab60916797ce3.tar.gz
Minor fix.
Diffstat (limited to 'man/xresources.texi')
-rw-r--r--man/xresources.texi6
1 files 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