summaryrefslogtreecommitdiff
path: root/doc/lispref
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-12-27 18:57:52 +0000
committerEli Zaretskii <eliz@gnu.org>2008-12-27 18:57:52 +0000
commitd14030f587feb3bf20b143f389e3e491eb301bbb (patch)
treeb9330fb488d575ba91fa1f7efb4a0f935c596ef8 /doc/lispref
parentb40222038c3d8fc8f470fb94e82a0c241dd10cc2 (diff)
downloademacs-d14030f587feb3bf20b143f389e3e491eb301bbb.tar.gz
(Top): Add @detailmenu items for "Multiple Terminals" and its subsections.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/ChangeLog7
-rw-r--r--doc/lispref/elisp.texi7
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 8176a920fb2..e6d0b306448 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,12 @@
2008-12-27 Eli Zaretskii <eliz@gnu.org>
+ * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
+ and its subsections.
+
+ * frames.texi (Multiple Terminals, Low-level Terminal)
+ (Terminal Parameters, Frames on Other TTY devices): New sections.
+ (Frames): Add an xref to "Multiple Terminals".
+
* elisp.texi (Top): Add @detailmenu item for "Terminal Type".
* objects.texi (Terminal Type): New node.
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index a44bee599bf..94a328b303d 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -961,6 +961,7 @@ Frames
* Text Terminal Colors:: Defining colors for text-only terminals.
* Resources:: Getting resource values from the server.
* Display Feature Testing:: Determining the features of a terminal.
+* Multiple Terminals:: Displaying on several different devices.
Frame Parameters
@@ -982,6 +983,12 @@ Window Frame Parameters
* Cursor Parameters:: Controlling the cursor appearance.
* Color Parameters:: Colors of various parts of the frame.
+Multiple Terminals
+
+* Low-level Terminal:: Low-level manipulation of terminal objects.
+* Terminal Parameters:: Parameters common for all frames on terminal.
+* Frames on Other TTY devices:: Creating frames on other terminal devices.
+
Positions
* Point:: The special position where editing takes place.