From d8b7771418a724c527dafe20a940bcc46705d474 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 6 Apr 2022 17:45:55 -0700 Subject: [PATCH] ; * src/emacs.c (main): Reword & reflow description of PGTK problem. --- src/emacs.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/emacs.c b/src/emacs.c index acb409fcb73..a35996c07aa 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1742,10 +1742,10 @@ main (int argc, char **argv) window system to avoid referring users to the wrong GTK bug report. */ #ifdef HAVE_PGTK - fputs ("Due to a limitation in GTK 3, Emacs built with PGTK will simply exit when a" - "display connection is closed." - "\nThere is no way to fix this problem, so if you want to use Emacs on Wayland" - "on multiple displays and have Emacs survive disconnects, you lose.", + fputs ("Due to a limitation in GTK 3, Emacs built with PGTK will simply exit when a\n" + "display connection is closed. The problem is especially difficult to fix,\n" + "such that Emacs on Wayland with multiple displays is unlikely ever to be able\n" + "to survive disconnects.\n", stderr); #elif defined USE_GTK fputs ("\nWarning: due to a long standing Gtk+ bug\nhttps://gitlab.gnome.org/GNOME/gtk/issues/221\n\ -- 2.39.2