aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-10-13 18:50:35 +0000
committerRichard M. Stallman2003-10-13 18:50:35 +0000
commit9543c58ce2a307609ca4179b95382f4398db8955 (patch)
treecd4b9eecbc696a6191f525a19b2f72f9b8ec3642
parent275a34095ac44a4c2febe033875190558d3e5ff0 (diff)
downloademacs-9543c58ce2a307609ca4179b95382f4398db8955.tar.gz
emacs-9543c58ce2a307609ca4179b95382f4398db8955.zip
(GTK resources): Clean up previous change.
-rw-r--r--man/xresources.texi12
1 files changed, 5 insertions, 7 deletions
diff --git a/man/xresources.texi b/man/xresources.texi
index 3141aee2d34..515ad9f4b4c 100644
--- a/man/xresources.texi
+++ b/man/xresources.texi
@@ -559,12 +559,10 @@ the standard GTK @file{~/.gtkrc-2.0} file or with the Emacs specific
559customizing specific GTK widget features. To customize Emacs font, 559customizing specific GTK widget features. To customize Emacs font,
560background, faces etc., use the normal X resources, see @ref{Resources}. 560background, faces etc., use the normal X resources, see @ref{Resources}.
561 561
562 NOTE: Some themes does not allow cutomizations and the mechanisms 562 Some GTK themes override these mechanisms, which means that using
563described here may not work for those themes. The theme may ignore the 563these mechanisms will not work to customize them. We recommend that
564attempt to customization, or things are just not drawn correctly. 564you use @file{~/.emacs.d/gtkrc} for customizations, since
565Also, it is recommended that you use @file{~/.emacs.d/gtkrc} for 565@file{~/.gtkrc-2.0} seems to be ignored when running GConf with GNOME.
566customizations, @file{~/.gtkrc-2.0} seems to be ignored when running
567GConf with Gnome.
568 566
569 In these files you first defines a style and then how to apply that style 567 In these files you first defines a style and then how to apply that style
570to widgets (@pxref{GTK widget names}). Here is an example of how to 568to widgets (@pxref{GTK widget names}). Here is an example of how to
@@ -583,6 +581,7 @@ widget "*emacs-menuitem*" style "menufont"
583 581
584 Here is a more elaborate example, showing how to change the parts of 582 Here is a more elaborate example, showing how to change the parts of
585the scroll bar: 583the scroll bar:
584
586@smallexample 585@smallexample
587style "scroll" 586style "scroll"
588@{ 587@{
@@ -593,7 +592,6 @@ style "scroll"
593@} 592@}
594 593
595widget "*verticalScrollBar*" style "scroll" 594widget "*verticalScrollBar*" style "scroll"
596
597@end smallexample 595@end smallexample
598 596
599 There are some things you can set without using any style or widget name, 597 There are some things you can set without using any style or widget name,