diff options
| author | Eli Zaretskii | 2009-01-17 16:33:55 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-01-17 16:33:55 +0000 |
| commit | df05a1630f092597fd38b182e51871e3f9afbaca (patch) | |
| tree | d9bb9c72659f4abeee4c7351149403c1c23ca803 | |
| parent | 0ed8034edcbd7ff84230258ef40f031e02fa3c05 (diff) | |
| download | emacs-df05a1630f092597fd38b182e51871e3f9afbaca.tar.gz emacs-df05a1630f092597fd38b182e51871e3f9afbaca.zip | |
(Top): Make @detailmenu be consistent with changes in frames.texi.
| -rw-r--r-- | doc/lispref/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/lispref/elisp.texi | 9 |
2 files changed, 5 insertions, 7 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index a477b43717b..1ad7083f8df 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-01-17 Eli Zaretskii <eliz@gnu.org> | 1 | 2009-01-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * elisp.texi (Top): Make @detailmenu be consistent with changes in | ||
| 4 | frames.texi. | ||
| 5 | |||
| 3 | * hooks.texi (Standard Hooks): Document `delete-frame-functions' | 6 | * hooks.texi (Standard Hooks): Document `delete-frame-functions' |
| 4 | and `delete-terminal-functions'. | 7 | and `delete-terminal-functions'. |
| 5 | 8 | ||
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index d98b1f488e4..e892c93c8af 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -938,7 +938,9 @@ Frames | |||
| 938 | 938 | ||
| 939 | * Creating Frames:: Creating additional frames. | 939 | * Creating Frames:: Creating additional frames. |
| 940 | * Multiple Displays:: Creating frames on other displays. | 940 | * Multiple Displays:: Creating frames on other displays. |
| 941 | * Multiple Terminals:: Displaying on several different devices. | ||
| 941 | * Frame Parameters:: Controlling frame size, position, font, etc. | 942 | * Frame Parameters:: Controlling frame size, position, font, etc. |
| 943 | * Terminal Parameters:: Parameters common for all frames on terminal. | ||
| 942 | * Frame Titles:: Automatic updating of frame titles. | 944 | * Frame Titles:: Automatic updating of frame titles. |
| 943 | * Deleting Frames:: Frames last until explicitly deleted. | 945 | * Deleting Frames:: Frames last until explicitly deleted. |
| 944 | * Finding All Frames:: How to examine all existing frames. | 946 | * Finding All Frames:: How to examine all existing frames. |
| @@ -961,7 +963,6 @@ Frames | |||
| 961 | * Text Terminal Colors:: Defining colors for text-only terminals. | 963 | * Text Terminal Colors:: Defining colors for text-only terminals. |
| 962 | * Resources:: Getting resource values from the server. | 964 | * Resources:: Getting resource values from the server. |
| 963 | * Display Feature Testing:: Determining the features of a terminal. | 965 | * Display Feature Testing:: Determining the features of a terminal. |
| 964 | * Multiple Terminals:: Displaying on several different devices. | ||
| 965 | 966 | ||
| 966 | Frame Parameters | 967 | Frame Parameters |
| 967 | 968 | ||
| @@ -983,12 +984,6 @@ Window Frame Parameters | |||
| 983 | * Cursor Parameters:: Controlling the cursor appearance. | 984 | * Cursor Parameters:: Controlling the cursor appearance. |
| 984 | * Color Parameters:: Colors of various parts of the frame. | 985 | * Color Parameters:: Colors of various parts of the frame. |
| 985 | 986 | ||
| 986 | Multiple Terminals | ||
| 987 | |||
| 988 | * Low-level Terminal:: Low-level manipulation of terminal objects. | ||
| 989 | * Terminal Parameters:: Parameters common for all frames on terminal. | ||
| 990 | * Frames on Other TTY devices:: Creating frames on other terminal devices. | ||
| 991 | |||
| 992 | Positions | 987 | Positions |
| 993 | 988 | ||
| 994 | * Point:: The special position where editing takes place. | 989 | * Point:: The special position where editing takes place. |