Mercurial > emacs
diff src/xfns.c @ 39907:c62141d21872
Fix multi-line string.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 14 Oct 2001 09:50:28 +0000 |
parents | 542a86892257 |
children | eac4e9ae201c |
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