]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/elisp.texi
Bump version to 23.0.91.
[gnu-emacs] / doc / lispref / elisp.texi
index d98b1f488e4a01f3bea0fddb96e0f48230218895..d2a1535be0d13807e154ae9733b38fbbc47c4b12 100644 (file)
@@ -6,8 +6,8 @@
 
 @c Version of the manual and of Emacs.
 @c Please remember to update the edition number in README as well.
-@set VERSION  2.9
-@set EMACSVER 23.0.60
+@set VERSION  3.0
+@set EMACSVER 23.0.91
 
 @c in general, keep the following line commented out, unless doing a
 @c copy of this manual that will be published.  The manual should go
@@ -283,6 +283,7 @@ Editing Types
 * Stream Type::             Receive or send characters.
 * Keymap Type::             What function a keystroke invokes.
 * Overlay Type::            How an overlay is represented.
+* Font Type::               Fonts for displaying text.
 
 Numbers
 
@@ -938,7 +939,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 +964,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 +985,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.