aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2008-12-27 15:46:03 +0000
committerEli Zaretskii <[email protected]>2008-12-27 15:46:03 +0000
commit765980a41ee71f716a732a9b1a5fdbc844503486 (patch)
treecdd59a4cb0baf902653dd74bc5b7d55eb535cf02
parenteba64e97a1b7db5148d4e6120dd591b7a0d07982 (diff)
(Top): Add @detailmenu item for "Terminal Type".
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/elisp.texi3
-rw-r--r--etc/NEWS2
3 files changed, 8 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 4fcc4d4659..8176a920fb 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,10 @@
2008-12-27 Eli Zaretskii <[email protected]>
+ * 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".
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index 6e0e4e6102..a44bee599b 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -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.
diff --git a/etc/NEWS b/etc/NEWS
index 11e71d3d6c..3a9867cffc 100644
--- 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,