diff options
| author | Jan Djärv | 2006-05-07 19:32:13 +0000 |
|---|---|---|
| committer | Jan Djärv | 2006-05-07 19:32:13 +0000 |
| commit | 35d3955b0e8f3beb643c20f4d46ab60916797ce3 (patch) | |
| tree | cb8107f216d30824ecf7b7e594d8efe8731a6d18 | |
| parent | 99069bdb490a824113a58fa86ca1dabc52801c5a (diff) | |
| download | emacs-35d3955b0e8f3beb643c20f4d46ab60916797ce3.tar.gz emacs-35d3955b0e8f3beb643c20f4d46ab60916797ce3.zip | |
Minor fix.
| -rw-r--r-- | man/xresources.texi | 6 |
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, |
| 589 | scroll bar and the dialogs are customized with the standard GTK | 589 | scroll bar and the dialogs are customized with the standard GTK |
| 590 | customization file, @file{~/.gtkrc-2.0}, or with the Emacs specific | 590 | customization file, @file{~/.gtkrc-2.0}, or with the Emacs specific |
| 591 | file @file{~/.emacs.d/gtkrc}. We recommend that you use | 591 | 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 | |||
| 603 | Emacs menus: | 603 | Emacs menus: |
| 604 | 604 | ||
| 605 | @smallexample | 605 | @smallexample |
| 606 | # @r{Define the style @samp{metafont}.} | 606 | # @r{Define the style @samp{menufont}.} |
| 607 | style "menufont" | 607 | style "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}.} |
| 613 | widget "*emacs-menuitem*" style "menufont" | 613 | widget "*emacs-menuitem*" style "menufont" |
| 614 | @end smallexample | 614 | @end smallexample |
| 615 | 615 | ||