XEmacs 21.2.32 "Kastor & Polydeukes".
[chise/xemacs-chise.git.1] / man / lispref / lispref.texi
index d50887e..ac6277b 100644 (file)
@@ -1,4 +1,4 @@
-\input ../texinfo  @c -*-texinfo-*-
+\input texinfo  @c -*-texinfo-*-
 @c %**start of header
 @setfilename ../../info/lispref.info
 @c @smallbook
@@ -6,6 +6,11 @@
 @c %**end of header
 
 @ifinfo
+@dircategory XEmacs Editor
+@direntry
+* Lispref: (lispref).          XEmacs Lisp Reference Manual.
+@end direntry
+
 Edition History:
 
 GNU Emacs Lisp Reference Manual Second Edition (v2.01), May 1993
@@ -140,6 +145,7 @@ Reference Manual, corresponding to XEmacs version 21.0.
 * Functions::               A function is a Lisp program
                               that can be invoked from other functions.
 * Macros::                  Macros are a way to extend the Lisp language.
+* Customization::           Writing customization declarations.
 
 * Loading::                 Reading files of Lisp code into Lisp.
 * Byte Compilation::        Compilation makes programs run faster.
@@ -153,6 +159,7 @@ Reference Manual, corresponding to XEmacs version 21.0.
 * Menus::                   Defining pull-down and pop-up menus.
 * Dialog Boxes::           Creating dialog boxes.
 * Toolbar::                Controlling the toolbar.
+* Gutter::                 Controlling the gutter.
 * Scrollbars::             Controlling the scrollbars.
 * Drag and Drop::          Generic API to inter-application communication
                               via specific protocols.
@@ -198,6 +205,7 @@ Reference Manual, corresponding to XEmacs version 21.0.
 * ToolTalk Support::        Interfacing with the ToolTalk message service.
 * LDAP Support::            Interfacing with the Lightweight Directory
                               Access Protocol.
+* PostgreSQL Support::      Interfacing to the PostgreSQL libpq library.
 * Internationalization::    How Emacs supports different languages and
                               cultural conventions.
 * MULE::                    Specifics of the Asian-language support.
@@ -281,7 +289,7 @@ Editing Types
 
 * Buffer Type::             The basic object of editing.
 * Window Type::             What makes buffers visible.
-* Window Configuration Type::Save what the screen looks like.
+* Window Configuration Type:: Save what the screen looks like.
 * Marker Type::             A position in a buffer.
 * Process Type::            A process running on the underlying OS.
 * Stream Type::             Receive or send characters.
@@ -302,7 +310,7 @@ Numbers
 
 Strings and Characters
 
-* Basics: String Basics.      Basic properties of strings and characters.
+* String Basics::             Basic properties of strings and characters.
 * Predicates for Strings::    Testing whether an object is a string or char.
 * Creating Strings::          Functions to allocate new strings.
 * Predicates for Characters:: Testing whether an object is a character.
@@ -617,6 +625,8 @@ Toolbar
 * Specifying the Toolbar::     Setting a toolbar.
 * Other Toolbar Variables::    Controlling the size of toolbars.
 
+Gutter
+
 Scrollbars
 
 Major and Minor Modes
@@ -1144,6 +1154,7 @@ Building XEmacs and Object Allocation
 @include variables.texi
 @include functions.texi
 @include macros.texi
+@include customize.texi
 
 @include loading.texi
 @include compile.texi
@@ -1156,6 +1167,7 @@ Building XEmacs and Object Allocation
 @include menus.texi
 @include dialog.texi
 @include toolbar.texi
+@include gutter.texi
 @include scrollbars.texi
 @include dragndrop.texi
 @include modes.texi
@@ -1192,6 +1204,7 @@ Building XEmacs and Object Allocation
 @include x-windows.texi
 @include tooltalk.texi
 @include ldap.texi
+@include postgresql.texi
 @include internationalization.texi
 @include mule.texi