]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/emacs.c (main): Reword & reflow description of PGTK problem.
authorSean Whitton <spwhitton@spwhitton.name>
Thu, 7 Apr 2022 00:45:55 +0000 (17:45 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Fri, 8 Apr 2022 04:09:14 +0000 (21:09 -0700)
src/emacs.c

index acb409fcb73d78c5dcf70cb3391ff940ba5cbc57..a35996c07aa1c176e33ae2294b0d51c997002bc6 100644 (file)
@@ -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\