diff options
| author | Gerd Moellmann | 2001-10-14 09:56:44 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-10-14 09:56:44 +0000 |
| commit | 10ffbc1458b31ff495466e4b2f727c9f7f419daf (patch) | |
| tree | a14b9df2b6710de2aea508c3287dc7b803071f43 /src | |
| parent | c061c855c8da45c25bc1fd05d4ba7e4273ce150c (diff) | |
| download | emacs-10ffbc1458b31ff495466e4b2f727c9f7f419daf.tar.gz emacs-10ffbc1458b31ff495466e4b2f727c9f7f419daf.zip | |
Fix multi-line string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2001-10-14 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-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 | ||
| 5 | 2001-10-13 Gerd Moellmann <gerd@gnu.org> | 5 | 2001-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\ |
| 5151 | Check the DISPLAY environment variable or use `-d'. | 5151 | Check the DISPLAY environment variable or use `-d'.\n\ |
| 5152 | Also use the `xhost' program to verify that it is set to permit | 5152 | Also use the `xhost' program to verify that it is set to permit\n\ |
| 5153 | connections from your machine.\n", | 5153 | connections from your machine.\n", |
| 5154 | XSTRING (display)->data); | 5154 | XSTRING (display)->data); |
| 5155 | else | 5155 | else |