From 10ffbc1458b31ff495466e4b2f727c9f7f419daf Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 14 Oct 2001 09:56:44 +0000 Subject: [PATCH] Fix multi-line string. --- src/ChangeLog | 2 +- src/xfns.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 3704346ea7d..314085f67cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,6 @@ 2001-10-14 Gerd Moellmann - * xfns.c: Put doc strings in comments. + * xfns.c, dispnew.c, xterm.c: Put doc strings in comments. 2001-10-13 Gerd Moellmann diff --git a/src/xfns.c b/src/xfns.c index 6c4b68cb245..c43dd482271 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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 -- 2.39.2