changeset 100715:b31133dbfd6d

(Top): Add @detailmenu item for "Terminal Type".
author Eli Zaretskii <eliz@gnu.org>
date Sat, 27 Dec 2008 15:45:03 +0000
parents cf5404249096
children af6c5e3ad4d6
files doc/lispref/elisp.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/elisp.texi	Sat Dec 27 15:44:38 2008 +0000
+++ b/doc/lispref/elisp.texi	Sat Dec 27 15:45:03 2008 +0000
@@ -275,7 +275,8 @@
 * 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.