summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.