aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 56c7726b560..16e0892dee0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -122,6 +122,8 @@ With an Emacs server active (M-x server-start), `emacsclient -t'
122creates a tty frame connected to the running emacs server. You can 122creates a tty frame connected to the running emacs server. You can
123use any number of different ttys. `emacsclient -c' creates a new X11 123use any number of different ttys. `emacsclient -c' creates a new X11
124frame on the current $DISPLAY (or a tty frame if $DISPLAY is not set). 124frame on the current $DISPLAY (or a tty frame if $DISPLAY is not set).
125There may be problems if a display exits unexpectedly and Emacs is compiled
126with Gtk+, see etc/PROBLEMS.
125 127
126You can test for the presence of this feature in your Lisp code by 128You can test for the presence of this feature in your Lisp code by
127testing for the `multi-tty' feature. 129testing for the `multi-tty' feature.