changeset 901:37e56e920ac5

[xemacs-hg @ 2002-07-05 20:35:47 by adrian] [R21.4] [PATCH] xemacs-21.5: man typo fixes for incorrect use of indef. art. "an" -------------------- ChangeLog entries follow: -------------------- man/ChangeLog addition: 2002-07-05 Adrian Aichner <adrian@xemacs.org> * xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of indef. art. "an". 2002-07-05 Adrian Aichner <adrian@xemacs.org> * lispref/control.texi (Processing of Errors): Ditto. * lispref/mule.texi (ISO 2022): Ditto. * lispref/packaging.texi (Package Terminology): Ditto. * lispref/text.texi (Transformations): Ditto. 2002-07-05 Adrian Aichner <adrian@xemacs.org> * termcap.texi (Naming): Ditto. * texinfo.texi (itemize): Ditto. * texinfo.texi (Tips): Ditto. * widget.texi (Introduction): Ditto. * widget.texi (group): Ditto.
author adrian
date Fri, 05 Jul 2002 20:35:55 +0000
parents ac5c14a317f1
children 2fd2239ea63a
files man/ChangeLog man/lispref/control.texi man/lispref/mule.texi man/lispref/packaging.texi man/lispref/text.texi man/termcap.texi man/texinfo.texi man/widget.texi man/xemacs/menus.texi
diffstat 9 files changed, 31 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/man/ChangeLog	Fri Jul 05 19:18:54 2002 +0000
+++ b/man/ChangeLog	Fri Jul 05 20:35:55 2002 +0000
@@ -1,3 +1,23 @@
+2002-07-05  Adrian Aichner  <adrian@xemacs.org>
+
+	* xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of
+	indef. art. "an".
+
+2002-07-05  Adrian Aichner  <adrian@xemacs.org>
+
+	* lispref/control.texi (Processing of Errors): Ditto.
+	* lispref/mule.texi (ISO 2022): Ditto.
+	* lispref/packaging.texi (Package Terminology): Ditto.
+	* lispref/text.texi (Transformations): Ditto.
+
+2002-07-05  Adrian Aichner  <adrian@xemacs.org>
+
+	* termcap.texi (Naming): Ditto.
+	* texinfo.texi (itemize): Ditto.
+	* texinfo.texi (Tips): Ditto.
+	* widget.texi (Introduction): Ditto.
+	* widget.texi (group): Ditto.
+
 2002-07-02  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* XEmacs 21.5.7 "broccoflower" is released.
--- a/man/lispref/control.texi	Fri Jul 05 19:18:54 2002 +0000
+++ b/man/lispref/control.texi	Fri Jul 05 20:35:55 2002 +0000
@@ -922,7 +922,7 @@
 This function displays @var{error-object} on @var{stream}.
 @var{error-object} is a cons of error type, a symbol, and error
 arguments, a list.  If the error type symbol of one of its error
-condition superclasses has an @code{display-error} property, that
+condition superclasses has a @code{display-error} property, that
 function is invoked for printing the actual error message.  Otherwise,
 the error is printed as @samp{Error: arg1, arg2, ...}.
 @end defun
--- a/man/lispref/mule.texi	Fri Jul 05 19:18:54 2002 +0000
+++ b/man/lispref/mule.texi	Fri Jul 05 20:35:55 2002 +0000
@@ -801,7 +801,7 @@
 the data stream) or locking (effective until the next designation or
 locking) control sequences.  An encoding conformant to ISO 2022 is
 typically defined by designating the initial contents of the G0-G3
-registers, specifying an 7 or 8 bit environment, and specifying whether
+registers, specifying a 7 or 8 bit environment, and specifying whether
 further designations will be recognized.
 
   Some examples of character sets and the registered final characters
--- a/man/lispref/packaging.texi	Fri Jul 05 19:18:54 2002 +0000
+++ b/man/lispref/packaging.texi	Fri Jul 05 20:35:55 2002 +0000
@@ -462,7 +462,7 @@
 
 @item Single-File Packages
 @cindex single-file package
-A single-file package is an collection of thematically related but
+A single-file package is a collection of thematically related but
 otherwise independent Lisp libraries.  These libraries are bundled
 together for convenience of the maintainers.  Usually individual
 libraries may be deleted at will without any loss of functionality of
--- a/man/lispref/text.texi	Fri Jul 05 19:18:54 2002 +0000
+++ b/man/lispref/text.texi	Fri Jul 05 20:35:55 2002 +0000
@@ -2761,7 +2761,7 @@
 Examples of algorithms thus provided are MD5 and base64 support.
 
 MD5 is an algorithm for calculating message digests, as described in
-rfc1321.  Given a message of arbitrary length, MD5 produces an 128-bit
+rfc1321.  Given a message of arbitrary length, MD5 produces a 128-bit
 ``fingerprint'' (``message digest'') corresponding to that message.  It
 is considered computationally infeasible to produce two messages having
 the same MD5 digest, or to produce a message having a prespecified
--- a/man/termcap.texi	Fri Jul 05 19:18:54 2002 +0000
+++ b/man/termcap.texi	Fri Jul 05 20:35:55 2002 +0000
@@ -1147,7 +1147,7 @@
 does not touch (@pxref{Status Line}).
 
 Some terminals have a special line that is used only as a status line.
-For these terminals, there is no need for an @samp{-s} variant; the
+For these terminals, there is no need for a @samp{-s} variant; the
 status line commands should be defined by default.  On other
 terminals, enabling a status line means removing one screen line from
 ordinary use and reducing the effective screen height.  For these
--- a/man/texinfo.texi	Fri Jul 05 19:18:54 2002 +0000
+++ b/man/texinfo.texi	Fri Jul 05 20:35:55 2002 +0000
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
-@c $Id: texinfo.texi,v 1.15 2001/04/13 09:11:29 michaels Exp $
+@c $Id: texinfo.texi,v 1.16 2002/07/05 20:35:47 adrian Exp $
 @c %**start of header
 
 @c All text is ignored before the setfilename.
@@ -7789,7 +7789,7 @@
 very brief, these blank lines make the list look better.@refill
 
 Here is an example of the use of @code{@@itemize}, followed by the
-output it produces.  Note that @code{@@bullet} produces an @samp{*} in
+output it produces.  Note that @code{@@bullet} produces a @samp{*} in
 Info and a round dot in @TeX{}.@refill
 
 @example
@@ -14919,7 +14919,7 @@
 @end example
 
 @noindent
-since @samp{au} does @emph{not} serve as an  abbreviation for
+since @samp{au} does @emph{not} serve as an abbreviation for
 @samp{author.} (with a period following the word).
 
 @subsubheading Introducing New Terms
--- a/man/widget.texi	Fri Jul 05 19:18:54 2002 +0000
+++ b/man/widget.texi	Fri Jul 05 20:35:55 2002 +0000
@@ -69,7 +69,7 @@
 A simple constant widget intended to be used in the @code{menu-choice} and
 @code{radio-button-choice} widgets. 
 @item choice-item
-An button item only intended for use in choices.  When invoked, the user
+A button item only intended for use in choices.  When invoked, the user
 will be asked to select another option from the choice widget.
 @item toggle
 A simple @samp{on}/@samp{off} switch.
@@ -1031,7 +1031,7 @@
 @comment  node-name,  next,  previous,  up
 @subsection The @code{group} Widget
 
-This widget simply group other widget together.
+This widget simply groups other widget together.
 
 Syntax:
 
--- a/man/xemacs/menus.texi	Fri Jul 05 19:18:54 2002 +0000
+++ b/man/xemacs/menus.texi	Fri Jul 05 20:35:55 2002 +0000
@@ -223,7 +223,7 @@
 @c  **** zmacs-regions is on by default these days - jwz
 @c
 @c Note: By default, you can use the @b{Edit} menu items on the region between
-@c point an the mark as well as regions selected with the mouse. To change
+@c point and the mark as well as regions selected with the mouse. To change
 @c this behavior, set the variable @code{zmacs-regions} to
 @c @code{t}. @xref{Active Regions} for more information.