aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2006-05-07 19:32:13 +0000
committerJan Djärv2006-05-07 19:32:13 +0000
commit35d3955b0e8f3beb643c20f4d46ab60916797ce3 (patch)
treecb8107f216d30824ecf7b7e594d8efe8731a6d18
parent99069bdb490a824113a58fa86ca1dabc52801c5a (diff)
downloademacs-35d3955b0e8f3beb643c20f4d46ab60916797ce3.tar.gz
emacs-35d3955b0e8f3beb643c20f4d46ab60916797ce3.zip
Minor fix.
-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.
585@cindex @file{~/.gtkrc-2.0} file 585@cindex @file{~/.gtkrc-2.0} file
586@cindex @file{~/.emacs.d/gtkrc} file 586@cindex @file{~/.emacs.d/gtkrc} file
587 587
588 If Emacs was built to use the GTK widget set, then the menu bar, 588 If Emacs was built to use the GTK widget set, then the menu bar, tool bar,
589scroll bar and the dialogs are customized with the standard GTK 589scroll bar and the dialogs are customized with the standard GTK
590customization file, @file{~/.gtkrc-2.0}, or with the Emacs specific 590customization file, @file{~/.gtkrc-2.0}, or with the Emacs specific
591file @file{~/.emacs.d/gtkrc}. We recommend that you use 591file @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
603Emacs menus: 603Emacs menus:
604 604
605@smallexample 605@smallexample
606# @r{Define the style @samp{metafont}.} 606# @r{Define the style @samp{menufont}.}
607style "menufont" 607style "menufont"
608@{ 608@{
609 font_name = "helvetica bold 14" # This is a Pango font name 609 font_name = "helvetica bold 14" # This is a Pango font name
610@} 610@}
611 611
612# @r{Specify that widget type @samp{*emacs-menuitem*} uses @samp{metafont}.} 612# @r{Specify that widget type @samp{*emacs-menuitem*} uses @samp{menufont}.}
613widget "*emacs-menuitem*" style "menufont" 613widget "*emacs-menuitem*" style "menufont"
614@end smallexample 614@end smallexample
615 615