1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00

(Top): Add @detailmenu items for "Multiple Terminals" and its subsections.

This commit is contained in:
Eli Zaretskii 2008-12-27 18:57:52 +00:00
parent b40222038c
commit d14030f587
2 changed files with 14 additions and 0 deletions

View file

@ -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.

View file

@ -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.