From 384ec638e66805159d4fae86921a914dacc22dad Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 20 Apr 2012 20:52:08 -0400 Subject: [PATCH] Standardize case of "GTK+" in a few manuals --- doc/lispref/frames.texi | 2 +- doc/misc/faq.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 1bd4cf4854b..3a8accf251e 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -1070,7 +1070,7 @@ characters rather than pixels. These values include the internal borders, and windows' scroll bars and fringes (which belong to individual windows, not to the frame itself). The exact value of the heights depends on the window-system -and toolkit in use. With Gtk+, the height does not include any tool +and toolkit in use. With GTK+, the height does not include any tool bar or menu bar. With the Motif or Lucid toolkits, it includes the tool bar but not the menu bar. In a graphical version with no toolkit, it includes both the tool bar and menu bar. For a text diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi index 7b8ba05e96f..34005bcb9a0 100644 --- a/doc/misc/faq.texi +++ b/doc/misc/faq.texi @@ -1049,7 +1049,7 @@ A new command @kbd{customize-themes} allows you to easily change the appearance of your Emacs. @item -Emacs can be compiled with the Gtk+ 3 toolkit. +Emacs can be compiled with the GTK+ 3 toolkit. @item Support for several new external libraries can be included at compile -- 2.11.4.GIT