emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8bc4004519: ; * etc/PROBLEMS: Fix typos and improve wording.


From: Eli Zaretskii
Subject: master 8bc4004519: ; * etc/PROBLEMS: Fix typos and improve wording.
Date: Tue, 8 Feb 2022 11:54:33 -0500 (EST)

branch: master
commit 8bc4004519ae8dffa08b6692eba5c95f9e171348
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * etc/PROBLEMS: Fix typos and improve wording.
---
 etc/PROBLEMS | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index b0692899e8..7c8c364c56 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1719,13 +1719,13 @@ remove anything that looks like this:
 
 From your X defaults file.  Your X server might also provide a
 different visual class that will do what you want.  You can experiment
-with `TrueColor-8', by placing:
+with `TrueColor-8', by placing this:
 
   Emacs.visualClass: TrueColor-8
 
-In your ~/.Xresources, and loading that file.
+in your ~/.Xresources, and loading that file.
 
-*** Colors messed up on Cairo builds or GTK builds.
+*** Colors messed up on Cairo or GTK builds.
 
 If your display defaults to a visual where pixel values cannot be
 directly converted to their corresponding real colors, a build with
@@ -1739,7 +1739,7 @@ not colormapped.  Try the following in your ~/.Xresources:
 
   Emacs.visualClass: TrueColor-N
 
-Where "N" is the bit depth of the visual your X server defaults to.
+where "N" is the bit depth of the visual your X server defaults to.
 If that does not work, you lose.  Configure Emacs '--without-cairo'
 and '--with-x-toolkit=lucid' instead.
 
@@ -1764,9 +1764,9 @@ proprietary, it has many other disadvantages, such as not 
supporting
 most recent hardware and most modern extensions to the X protocol.
 Consider switching to a free X server, such as X.Org.
 
-If GTK complains about not being built with support for debugging
-options, then there is nothing you can do, except for switching to a
-free X server.
+If setting GDK_DEBUG causes GTK to complain about not being built with
+support for debugging options, then there is nothing you can do,
+except switch to a free X server.
 
 * Runtime problems on character terminals
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]