comparison doc/lispref/elisp.texi @ 103206:a3671220e5f4

* frames.texi (Font and Color Parameters): Rename from Color Parameters. Document font-backend parameter. * vol2.texi (Top): Update node listing. * vol1.texi (Top): Update node listing. * elisp.texi (Top): Update node listing.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 12 May 2009 03:31:58 +0000
parents ed934de32fbe
children 75e6ecda8c42
comparison
equal deleted inserted replaced
103205:665216719ee6 103206:a3671220e5f4
980 * Layout Parameters:: Size of parts of the frame, and 980 * Layout Parameters:: Size of parts of the frame, and
981 enabling or disabling some parts. 981 enabling or disabling some parts.
982 * Buffer Parameters:: Which buffers have been or should be shown. 982 * Buffer Parameters:: Which buffers have been or should be shown.
983 * Management Parameters:: Communicating with the window manager. 983 * Management Parameters:: Communicating with the window manager.
984 * Cursor Parameters:: Controlling the cursor appearance. 984 * Cursor Parameters:: Controlling the cursor appearance.
985 * Color Parameters:: Colors of various parts of the frame. 985 * Font and Color Parameters:: Colors of various parts of the frame.
986 986
987 Positions 987 Positions
988 988
989 * Point:: The special position where editing takes place. 989 * Point:: The special position where editing takes place.
990 * Motion:: Changing point. 990 * Motion:: Changing point.