# HG changeset patch # User Eli Zaretskii # Date 1232210021 0 # Node ID e375f4675f1fa71d9930e41a476b2471b879c832 # Parent e408c147f9f5b217f5540724c96bd7ed96713d9c (Top): Make @detailmenu be consistent with changes in frames.texi. diff -r e408c147f9f5 -r e375f4675f1f doc/lispref/elisp.texi --- a/doc/lispref/elisp.texi Sat Jan 17 16:32:09 2009 +0000 +++ b/doc/lispref/elisp.texi Sat Jan 17 16:33:41 2009 +0000 @@ -938,7 +938,9 @@ * Creating Frames:: Creating additional frames. * Multiple Displays:: Creating frames on other displays. +* Multiple Terminals:: Displaying on several different devices. * Frame Parameters:: Controlling frame size, position, font, etc. +* Terminal Parameters:: Parameters common for all frames on terminal. * Frame Titles:: Automatic updating of frame titles. * Deleting Frames:: Frames last until explicitly deleted. * Finding All Frames:: How to examine all existing frames. @@ -961,7 +963,6 @@ * 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 @@ -983,12 +984,6 @@ * 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.