aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-14 09:56:44 +0000
committerGerd Moellmann2001-10-14 09:56:44 +0000
commit10ffbc1458b31ff495466e4b2f727c9f7f419daf (patch)
treea14b9df2b6710de2aea508c3287dc7b803071f43 /src
parentc061c855c8da45c25bc1fd05d4ba7e4273ce150c (diff)
downloademacs-10ffbc1458b31ff495466e4b2f727c9f7f419daf.tar.gz
emacs-10ffbc1458b31ff495466e4b2f727c9f7f419daf.zip
Fix multi-line string.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/xfns.c6
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 @@
12001-10-14 Gerd Moellmann <gerd@gnu.org> 12001-10-14 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xfns.c: Put doc strings in comments. 3 * xfns.c, dispnew.c, xterm.c: Put doc strings in comments.
4 4
52001-10-13 Gerd Moellmann <gerd@gnu.org> 52001-10-13 Gerd Moellmann <gerd@gnu.org>
6 6
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. */
5147 if (dpyinfo == 0) 5147 if (dpyinfo == 0)
5148 { 5148 {
5149 if (!NILP (must_succeed)) 5149 if (!NILP (must_succeed))
5150 fatal ("Cannot connect to X server %s. 5150 fatal ("Cannot connect to X server %s.\n\
5151Check the DISPLAY environment variable or use `-d'. 5151Check the DISPLAY environment variable or use `-d'.\n\
5152Also use the `xhost' program to verify that it is set to permit 5152Also use the `xhost' program to verify that it is set to permit\n\
5153connections from your machine.\n", 5153connections from your machine.\n",
5154 XSTRING (display)->data); 5154 XSTRING (display)->data);
5155 else 5155 else