]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix multi-line string.
authorGerd Moellmann <gerd@gnu.org>
Sun, 14 Oct 2001 09:56:44 +0000 (09:56 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 14 Oct 2001 09:56:44 +0000 (09:56 +0000)
src/ChangeLog
src/xfns.c

index 3704346ea7d95c90d48b8b70744f5e3a712fba89..314085f67cf1fde0a81dec1eff536360b654111c 100644 (file)
@@ -1,6 +1,6 @@
 2001-10-14  Gerd Moellmann  <gerd@gnu.org>
 
-       * xfns.c: Put doc strings in comments.
+       * xfns.c, dispnew.c, xterm.c: Put doc strings in comments.
 
 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
 
index 6c4b68cb24580f2095310cc287cfe87417539f2d..c43dd482271c45047ec7e3f6d19994d329fcbc92 100644 (file)
@@ -5147,9 +5147,9 @@ terminate Emacs if we can't open the connection.  */
   if (dpyinfo == 0)
     {
       if (!NILP (must_succeed))
-       fatal ("Cannot connect to X server %s.
-Check the DISPLAY environment variable or use `-d'.
-Also use the `xhost' program to verify that it is set to permit
+       fatal ("Cannot connect to X server %s.\n\
+Check the DISPLAY environment variable or use `-d'.\n\
+Also use the `xhost' program to verify that it is set to permit\n\
 connections from your machine.\n",
               XSTRING (display)->data);
       else