changeset 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 128e95ac472f
children 218e3d55692e
files ChangeLog info/dir man/ChangeLog man/emodules.texi man/external-widget.texi
diffstat 5 files changed, 26 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Dec 30 04:12:08 2001 +0000
+++ b/ChangeLog	Wed Jan 02 20:57:26 2002 +0000
@@ -1,3 +1,8 @@
+2002-01-02  Adrian Aichner  <adrian@xemacs.org>
+
+	* info/dir (File): Reword entry for Emodules according to
+	../man/emodules.texi.
+
 2001-12-29  Steve Youngs  <youngs@xemacs.org>
 
 	* etc/package-index.LATEST.gpg: Update.
--- a/info/dir	Sun Dec 30 04:12:08 2001 +0000
+++ b/info/dir	Wed Jan 02 20:57:26 2002 +0000
@@ -47,7 +47,7 @@
 
 * CL::              A Common Lisp compatibility package for Emacs-Lisp.
 * Custom::          Customization Library for Emacs.
-* Emodules::        XEmacs dynamic loadable module support.
+* Emodules::        XEmacs dynamically loadable module support.
 * External-Widget:: Use XEmacs as a text widget inside of another program.
 * Standards::       GNU coding standards.
 * Term::            A mode to control inferior processes (a comint replacement)
--- a/man/ChangeLog	Sun Dec 30 04:12:08 2001 +0000
+++ b/man/ChangeLog	Wed Jan 02 20:57:26 2002 +0000
@@ -1,3 +1,9 @@
+2002-01-02  Adrian Aichner  <adrian@xemacs.org>
+
+	* emodules.texi: Add missing direntry, reword "dynamic loadable"
+	to "dynamically loadable".
+	* external-widget.texi: Add missing direntry.
+
 2001-12-19  Yoshiki Hayashi  <yoshiki@xemacs.org>
 
 	* xemacs/programs.texi: Etags update from Francesco.
--- 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
--- a/man/external-widget.texi	Sun Dec 30 04:12:08 2001 +0000
+++ b/man/external-widget.texi	Wed Jan 02 20:57:26 2002 +0000
@@ -5,7 +5,7 @@
 @ifinfo
 @dircategory XEmacs Editor
 @direntry
-* External Widget: (external-widget) External Client Widget.
+* External Widget: (external-widget).   External Client Widget.
 @end direntry
 @end ifinfo