Mercurial > hg > xemacs-beta
diff man/emodules.texi @ 721:f72a191f8ecf
[xemacs-hg @ 2002-01-02 20:56:32 by adrian]
[ACR21.4] xemacs-21.5: Add missing direntry, reword, unify <k7v079sk.fsf@engine.ecf.teradyne.com>
author | adrian |
---|---|
date | Wed, 02 Jan 2002 20:57:26 +0000 |
parents | 33f0f28b945c |
children | 7d972c3de90a |
line wrap: on
line diff
--- a/man/emodules.texi Sun Dec 30 04:12:08 2001 +0000 +++ b/man/emodules.texi Wed Jan 02 20:57:26 2002 +0000 @@ -3,6 +3,11 @@ @c %**start of header @setfilename ../info/emodules.info @settitle Extending Emacs using C Modules +@direntry +* Emodules: (emodules). XEmacs dynamically loadable module support. +@end direntry +@c footnotestyle separate +@c paragraphindent 2 @c %**end of header @c @@ -113,8 +118,8 @@ @ifinfo @node Top, Introduction, (dir), (dir) -This Info file contains v1.0 of the @value{emacs} dynamic loadable module -support documentation. +This Info file contains v1.0 of the @value{emacs} dynamically loadable +module support documentation. @menu * Introduction:: Introducing Emacs Modules * Anatomy of a Module:: Basic module layout and technology @@ -174,12 +179,12 @@ @cindex DLL @cindex DSO @cindex shared object - This manual describes a new way of extending @value{emacs}, by using dynamic -loadable modules (also known as dynamically loadable libraries (DLLs), -dynamic shared objects (DSOs) or just simply shared objects), which can -be written in C or C++ and loaded into @value{emacs} at any time. I sometimes -refer to this technology as @dfn{CEmacs}, which is short for @dfn{C -Extensible Emacs}. + This manual describes a new way of extending @value{emacs}, by using +dynamically loadable modules (also known as dynamically loadable +libraries (DLLs), dynamic shared objects (DSOs) or just simply shared +objects), which can be written in C or C++ and loaded into @value{emacs} +at any time. I sometimes refer to this technology as @dfn{CEmacs}, +which is short for @dfn{C Extensible Emacs}. @value{emacs} modules are configured into and installed with @value{emacs} by default on all systems that support loading of shared objects. From a