changeset 625:33f0f28b945c

[xemacs-hg @ 2001-07-02 20:45:03 by adrian] [PATCH] Typo fixes for man <8zi7hxlo.fsf@ecf.teradyne.com>
author adrian
date Mon, 02 Jul 2001 20:45:08 +0000
parents 59c2a61efa7d
children 04513e008e7f
files man/ChangeLog man/emodules.texi man/internals/internals.texi man/lispref/windows.texi man/lispref/x-windows.texi man/xemacs-faq.texi
diffstat 6 files changed, 35 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/man/ChangeLog	Sat Jun 30 23:07:06 2001 +0000
+++ b/man/ChangeLog	Mon Jul 02 20:45:08 2001 +0000
@@ -1,3 +1,17 @@
+2001-07-02  Adrian Aichner  <adrian@xemacs.org>
+
+	* lispref\windows.texi (Window Configurations): Fix typos.
+	* lispref\x-windows.texi (Resources): Ditto.
+
+2001-07-02  Adrian Aichner  <adrian@xemacs.org>
+
+	* internals\internals.texi (XEmacs From the Inside): Ditto.
+
+2001-07-02  Adrian Aichner  <adrian@xemacs.org>
+
+	* emodules.texi (Initialization Mode): Ditto.
+	* xemacs-faq.texi (Q6.3.2): Ditto.
+
 2001-06-10  Ben Wing  <ben@xemacs.org>
 
 	* xemacs-faq.texi (Q1.0.10):
--- a/man/emodules.texi	Sat Jun 30 23:07:06 2001 +0000
+++ b/man/emodules.texi	Mon Jul 02 20:45:08 2001 +0000
@@ -653,17 +653,17 @@
 sample module, and optionally install it.  The @code{--mod-location}
 argument to @code{ellcc} will produce, on the standard output, the base
 location of the @value{emacs} module directory.  Each sub-directory of that
-directory is automatically searched for for modules when they are loaded
-with @code{load-module}.  An alternative location would be
-@file{/usr/local/lib/xemacs/site-modules}.  That path can change
-depending on the options the person who compiled @value{emacs} chose, so you
-can always determine the correct site location using the
-@code{--mod-site-location} option.  This directory is treated the same
-way as the main module directory.  Each sub-directory within it is
-searched for a given module when the user attempts to load it.  The
-valid extensions that the loader attempts to use are @file{.so},
-@file{.ell} and @file{.dll}.  You can use any of these extensions,
-although @file{.ell} is the preferred extension.
+directory is automatically searched for modules when they are loaded with
+@code{load-module}.  An alternative location would be
+@file{/usr/local/lib/xemacs/site-modules}.  That path can change depending
+on the options the person who compiled @value{emacs} chose, so you can
+always determine the correct site location using the
+@code{--mod-site-location} option.  This directory is treated the same way
+as the main module directory.  Each sub-directory within it is searched for
+a given module when the user attempts to load it.  The valid extensions that
+the loader attempts to use are @file{.so}, @file{.ell} and @file{.dll}.  You
+can use any of these extensions, although @file{.ell} is the preferred
+extension.
 
 @node Link Mode, Other ellcc options, Initialization Mode, Using ellcc
 @section Link Mode
--- a/man/internals/internals.texi	Sat Jun 30 23:07:06 2001 +0000
+++ b/man/internals/internals.texi	Mon Jul 02 20:45:08 2001 +0000
@@ -1332,7 +1332,7 @@
 frames are displayed correctly.  It is periodically told (by the event
 loop) to actually ``do its job'', i.e. snoop around and see what the
 current state of the environment (mostly of the currently-existing
-windows, frames, and buffers) is, and make sure that that state matches
+windows, frames, and buffers) is, and make sure that state matches
 what's actually displayed.  It keeps lots and lots of information around
 (such as what is actually being displayed currently, and what the
 environment was last time it checked) so that it can minimize the work
--- a/man/lispref/windows.texi	Sat Jun 30 23:07:06 2001 +0000
+++ b/man/lispref/windows.texi	Mon Jul 02 20:45:08 2001 +0000
@@ -1850,10 +1850,10 @@
 Configurations}.
 
 @defun current-window-configuration &optional frame
-This function returns a new object representing the current current
-window configuration of @var{frame}, namely the number of windows, their
-sizes and current buffers, which window is the selected window, and for
-each window the displayed buffer, the display-start position, and the
+This function returns a new object representing the current window
+configuration of @var{frame}, namely the number of windows, their sizes
+and current buffers, which window is the selected window, and for each
+window the displayed buffer, the display-start position, and the
 positions of point and the mark.  An exception is made for point in the
 current buffer, whose value is not saved.
 
--- a/man/lispref/x-windows.texi	Sat Jun 30 23:07:06 2001 +0000
+++ b/man/lispref/x-windows.texi	Mon Jul 02 20:45:08 2001 +0000
@@ -130,7 +130,7 @@
 
 @item
 The fourth arg is the locale to search for the resources on, and can
-currently be a a buffer, a frame, a device, or the symbol @code{global}.
+currently be a buffer, a frame, a device, or the symbol @code{global}.
 If omitted, it defaults to @code{global}.
 
 @item
--- a/man/xemacs-faq.texi	Sat Jun 30 23:07:06 2001 +0000
+++ b/man/xemacs-faq.texi	Mon Jul 02 20:45:08 2001 +0000
@@ -7,7 +7,7 @@
 @finalout
 @titlepage
 @title XEmacs FAQ
-@subtitle Frequently asked questions about XEmacs @* Last Modified: $Date: 2001/06/10 10:42:25 $
+@subtitle Frequently asked questions about XEmacs @* Last Modified: $Date: 2001/07/02 20:45:03 $
 @sp 1
 @author Tony Rossini <rossini@@biostat.washington.edu>
 @author Ben Wing <ben@@xemacs.org>
@@ -6398,9 +6398,9 @@
 @itemize @minus
 
 @item
-NT Emacs is a version of GNU Emacs modified to compile and run under
-MS MS Windows 95 and NT using the native Win32 API.  As such, it is close
-in spirit to the XEmacs "native" port.
+NT Emacs is a version of GNU Emacs modified to compile and run under MS
+Windows 95 and NT using the native Win32 API.  As such, it is close in
+spirit to the XEmacs "native" port.
 
 @item
 NT Emacs has been written by Geoff Voelker, and more information can be