Mercurial > emacs
changeset 39907:c62141d21872
Fix multi-line string.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 14 Oct 2001 09:50:28 +0000 |
parents | 9835d7f5161e |
children | b499034c3f36 |
files | src/xfns.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Sun Oct 14 09:40:40 2001 +0000 +++ b/src/xfns.c Sun Oct 14 09:50:28 2001 +0000 @@ -5147,9 +5147,9 @@ 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