]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sat, 20 Dec 2008 14:16:58 +0000 (14:16 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 Dec 2008 14:16:58 +0000 (14:16 +0000)
etc/NEWS

index c3e8db82ca67fc4a06ff4cb828d7554148a7fabc..db0f4e941b4e7595cb6c2dac1b330a7ea7b190cc 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1661,8 +1661,9 @@ type (`tty-type' parameter) to `make-terminal-frame'.
 *** The function `make-frame-on-display' now works during a tty
 session, and `make-frame-on-tty' works during a graphical session.
 
-*** A new data type for terminals with functions: `get-device-terminal',
-`terminal-parameters', `terminal-parameter', `set-terminal-parameter'.
+*** A new `terminal' data type.
+The functions `get-device-terminal', `terminal-parameters',
+`terminal-parameter', `set-terminal-parameter' return this data type.
 
 *** Function key sequences are now mapped using `local-function-key-map',
 a new variable.  This inherits from the global variable function-key-map,