From: Gerd Moellmann Date: Sun, 14 Oct 2001 09:56:44 +0000 (+0000) Subject: Fix multi-line string. X-Git-Tag: ttn-vms-21-2-B4~19456 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10ffbc1458b31ff495466e4b2f727c9f7f419daf;p=emacs.git Fix multi-line string. --- 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