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".
* 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.
*** 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,