aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2008-04-01 02:57:33 +0000
committerGlenn Morris2008-04-01 02:57:33 +0000
commitbbe3eb999f981baebe8db48ae702653ad2ff5cc6 (patch)
tree97d88b747f73d67fdf98449573670a1acafbad72 /etc
parentbf380f53ba3cd8cfe54bbc501b78552d46a6f371 (diff)
downloademacs-bbe3eb999f981baebe8db48ae702653ad2ff5cc6.tar.gz
emacs-bbe3eb999f981baebe8db48ae702653ad2ff5cc6.zip
More details on a multi-tty change.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7441085e5ae..0525cb46d1d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -901,7 +901,8 @@ $TERM inherited by Emacs you will have to look inside initial-environment.
901 901
902*** The `window-system' variable has been made frame-local. The new 902*** The `window-system' variable has been made frame-local. The new
903`initial-window-system' variable contains the `window-system' value 903`initial-window-system' variable contains the `window-system' value
904for the first frame. 904for the first frame. `window-system' is also now a function that
905takes a frame argument.
905 906
906*** You can specify a terminal device (`tty' parameter) and a terminal 907*** You can specify a terminal device (`tty' parameter) and a terminal
907type (`tty-type' parameter) to `make-terminal-frame'. 908type (`tty-type' parameter) to `make-terminal-frame'.