1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(Top): Make @detailmenu be consistent with changes in frames.texi.

This commit is contained in:
Eli Zaretskii 2009-01-17 16:33:55 +00:00
parent 0ed8034edc
commit df05a1630f
2 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,8 @@
2009-01-17 Eli Zaretskii <eliz@gnu.org>
* elisp.texi (Top): Make @detailmenu be consistent with changes in
frames.texi.
* hooks.texi (Standard Hooks): Document `delete-frame-functions'
and `delete-terminal-functions'.

View File

@ -938,7 +938,9 @@ Frames
* 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 @@ 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
@ -983,12 +984,6 @@ 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.