aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/xresources.texi7
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index a2708b454f4..1c8ca4bc322 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xresources.texi (GTK resources): ~/.emacs.d/gtkrc does not work
4 for Gtk+ 3.
5
12011-03-08 Glenn Morris <rgm@gnu.org> 62011-03-08 Glenn Morris <rgm@gnu.org>
2 7
3 * display.texi (Optional Mode Line): Don't mention exactly where 8 * display.texi (Optional Mode Line): Don't mention exactly where
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi
index 41a09a5f713..33ea83d7d6e 100644
--- a/doc/emacs/xresources.texi
+++ b/doc/emacs/xresources.texi
@@ -660,8 +660,11 @@ The color for the border shadow, on the top and the left.
660@iftex 660@iftex
661 The most common way to customize the GTK widgets Emacs uses (menus, dialogs 661 The most common way to customize the GTK widgets Emacs uses (menus, dialogs
662tool bars and scroll bars) is by choosing an appropriate theme, for example 662tool bars and scroll bars) is by choosing an appropriate theme, for example
663with the GNOME theme selector. You can also do Emacs specific customization 663with the GNOME theme selector.
664by inserting GTK style directives in the file @file{~/.emacs.d/gtkrc}. Some GTK 664
665You can also do Emacs specific customization
666by inserting GTK style directives in the file @file{~/.emacs.d/gtkrc},
667but only if you have a Gtk+ version earlier than 3 (i.e. 2). Some GTK
665themes ignore customizations in @file{~/.emacs.d/gtkrc} so not everything 668themes ignore customizations in @file{~/.emacs.d/gtkrc} so not everything
666works with all themes. To customize Emacs font, background, faces, etc., use 669works with all themes. To customize Emacs font, background, faces, etc., use
667the normal X resources (@pxref{Resources}). We will present some examples of 670the normal X resources (@pxref{Resources}). We will present some examples of