(Top): Add @detailmenu item for "Terminal Type".
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Dec 2008 15:46:03 +0000 (15:46 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Dec 2008 15:46:03 +0000 (15:46 +0000)
doc/lispref/ChangeLog
doc/lispref/elisp.texi
etc/NEWS

index 4fcc4d4..8176a92 100644 (file)
@@ -1,5 +1,10 @@
 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
 
+       * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
+
+       * objects.texi (Terminal Type): New node.
+       (Editing Types): Add it to the menu.
+
        * elisp.texi (Top): Add a @detailmenu item for "Directory Local
        Variables".
 
index 6e0e4e6..a44bee5 100644 (file)
@@ -275,7 +275,8 @@ Editing Types
 * Buffer Type::             The basic object of editing.
 * Marker Type::             A position in a buffer.
 * Window Type::             What makes buffers visible.
-* Frame Type::             Windows subdivide frames.
+* Frame Type::              Windows subdivide frames.
+* Terminal Type::           A terminal device displays frames.
 * Window Configuration Type::  Recording the way a frame is subdivided.
 * Frame Configuration Type::   Recording the status of all frames.
 * Process Type::            A subprocess of Emacs running on the underlying OS.
index 11e71d3..3a9867c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1666,7 +1666,7 @@ session, and `make-frame-on-tty' works during a graphical session.
 
 *** A new `terminal' data type.
 The functions `get-device-terminal', `terminal-parameters',
-`terminal-parameter', `set-terminal-parameter' return this data type.
+`terminal-parameter', `set-terminal-parameter' use 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,