diff options
| author | Paul Eggert | 2019-07-07 19:56:31 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-07-07 20:00:19 -0700 |
| commit | b5e0dfacadc59c1a01bcbdd1de2325f4843adb31 (patch) | |
| tree | 7aabea402a125af8f177713e8fb1cb6c8fb0946b /src | |
| parent | 147a2a8861e8b4838427db4d0a8e1ba6be320bfe (diff) | |
| download | emacs-b5e0dfacadc59c1a01bcbdd1de2325f4843adb31.tar.gz emacs-b5e0dfacadc59c1a01bcbdd1de2325f4843adb31.zip | |
* src/dispnew.c (init_display_interactive): Fix comment to match code.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 5a6662e0f3b..956f3ea3573 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -6142,7 +6142,8 @@ init_display_interactive (void) | |||
| 6142 | using the window system. | 6142 | using the window system. |
| 6143 | 6143 | ||
| 6144 | If the DISPLAY environment variable is set and nonempty, | 6144 | If the DISPLAY environment variable is set and nonempty, |
| 6145 | try to use X, and die with an error message if that doesn't work. */ | 6145 | try to use X, and if that fails output a line to stderr |
| 6146 | reporting that -nw will be simulated. */ | ||
| 6146 | 6147 | ||
| 6147 | #ifdef HAVE_X_WINDOWS | 6148 | #ifdef HAVE_X_WINDOWS |
| 6148 | if (! inhibit_window_system && ! display_arg) | 6149 | if (! inhibit_window_system && ! display_arg) |