emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b5e0dfa: * src/dispnew.c (init_display_interactive)


From: Paul Eggert
Subject: [Emacs-diffs] master b5e0dfa: * src/dispnew.c (init_display_interactive): Fix comment to match code.
Date: Sun, 7 Jul 2019 23:00:25 -0400 (EDT)

branch: master
commit b5e0dfacadc59c1a01bcbdd1de2325f4843adb31
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/dispnew.c (init_display_interactive): Fix comment to match code.
---
 src/dispnew.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/dispnew.c b/src/dispnew.c
index 5a6662e..956f3ea 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -6142,7 +6142,8 @@ init_display_interactive (void)
      using the window system.
 
      If the DISPLAY environment variable is set and nonempty,
-     try to use X, and die with an error message if that doesn't work.  */
+     try to use X, and if that fails output a line to stderr
+     reporting that -nw will be simulated.  */
 
 #ifdef HAVE_X_WINDOWS
   if (! inhibit_window_system && ! display_arg)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]