changeset 904:47c30044fc4e

[xemacs-hg @ 2002-07-06 18:56:24 by adrian] [R21.4] [PATCH] xemacs-21.5: Fix improper use of indef. art. "a" -------------------- ChangeLog entries follow: -------------------- man/ChangeLog addition: 2002-07-06 Adrian Aichner <adrian@xemacs.org> * new-users-guide/custom1.texi (Customizing key Bindings): Fix improper use of indef. art. "a". 2002-07-06 Adrian Aichner <adrian@xemacs.org> * lispref/commands.texi (Peeking and Discarding): Ditto. * lispref/customize.texi (Type Keywords): Ditto. * lispref/dragndrop.texi (Drop Interface): Ditto. 2002-07-06 Adrian Aichner <adrian@xemacs.org> * termcap.texi (Clearing): Ditto. * widget.texi (User Interface): Ditto. * widget.texi (Basic Types): Ditto. * widget.texi (group): Ditto.
author adrian
date Sat, 06 Jul 2002 18:56:31 +0000
parents 4a27df428c73
children c15f25529e61
files man/lispref/commands.texi man/lispref/customize.texi man/lispref/dragndrop.texi man/new-users-guide/custom1.texi man/termcap.texi man/widget.texi
diffstat 6 files changed, 13 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/man/lispref/commands.texi	Sat Jul 06 05:48:22 2002 +0000
+++ b/man/lispref/commands.texi	Sat Jul 06 18:56:31 2002 +0000
@@ -1755,7 +1755,7 @@
 input.  The events are used in the order they appear in the list, and
 removed one by one as they are used.
 
-The variable is needed because in some cases a function reads a event
+The variable is needed because in some cases a function reads an event
 and then decides not to use it.  Storing the event in this variable
 causes it to be processed normally, by the command loop or by the
 functions to read command input.
--- a/man/lispref/customize.texi	Sat Jul 06 05:48:22 2002 +0000
+++ b/man/lispref/customize.texi	Sat Jul 06 18:56:31 2002 +0000
@@ -740,7 +740,7 @@
 
 @item :parent
 The parent of a nested widget (e.g. a @code{menu-choice} item or an
-element of a @code{editable-list} widget).
+element of an @code{editable-list} widget).
 
 @item :sibling-args
 This keyword is only used for members of a @code{radio-button-choice} or
--- a/man/lispref/dragndrop.texi	Sat Jul 06 05:48:22 2002 +0000
+++ b/man/lispref/dragndrop.texi	Sat Jul 06 18:56:31 2002 +0000
@@ -100,7 +100,7 @@
 @cindex drop
 @cindex Drop API
 
-For each activated low-level protocol, a internal routine will catch
+For each activated low-level protocol, an internal routine will catch
 incoming drops and convert them to a dragdrop-drop type
 misc-user-event.
 
--- a/man/new-users-guide/custom1.texi	Sat Jul 06 05:48:22 2002 +0000
+++ b/man/new-users-guide/custom1.texi	Sat Jul 06 18:56:31 2002 +0000
@@ -78,7 +78,7 @@
 @noindent
 You might want to have this statement in your @file{init.el} file because
 its easy to hit this command by mistake and it could be annoying to exit
-Emacs unintentionally. There is a @b{Exit Emacs} option in the @b{File
+Emacs unintentionally. There is an @b{Exit Emacs} option in the @b{File
 menu} which you might want to use instead. To make a particular key
 undefined you can also use:
 
--- a/man/termcap.texi	Sat Jul 06 05:48:22 2002 +0000
+++ b/man/termcap.texi	Sat Jul 06 18:56:31 2002 +0000
@@ -1920,7 +1920,7 @@
 
 Clear to end of line (@samp{ce}) is extremely important in programs that
 maintain an updating display.  Nearly all display terminals support this
-operation, so it is acceptable for a an application program to refuse to
+operation, so it is acceptable for an application program to refuse to
 work if @samp{ce} is not present.  However, if you do not want this
 limitation, you can accomplish clearing to end of line by outputting spaces
 until you reach the right margin.  In order to do this, you must know the
--- a/man/widget.texi	Sat Jul 06 05:48:22 2002 +0000
+++ b/man/widget.texi	Sat Jul 06 18:56:31 2002 +0000
@@ -130,11 +130,11 @@
 @comment  node-name,  next,  previous,  up
 @section User Interface
 
-A form consist of read only text for documentation and some fields,
-where each the fields contain two parts, as tag and a value.  The tags
-are used to identify the fields, so the documentation can refer to the
-foo field, meaning the field tagged with @samp{Foo}. Here is an example
-form:
+A form consists of read only text for documentation and some fields,
+where each of the fields contains two parts, a tag and a value.  The
+tags are used to identify the fields, so the documentation can refer to
+the foo field, meaning the field tagged with @samp{Foo}. Here is an
+example form:
 
 @example
 Here is some documentation.
@@ -226,7 +226,7 @@
 field.  Option fields are created by the @code{menu-choice} widget.  In
 the example, @samp{@b{Choose}} is an option field tag.
 @item The @samp{@b{[INS]}} and @samp{@b{[DEL]}} buttons.
-Activating these will insert or delete elements from a editable list.
+Activating these will insert or delete elements from an editable list.
 The list is created by the @code{editable-list} widget. 
 @item Embedded Buttons.
 The @samp{@b{_other work_}} is an example of an embedded
@@ -593,7 +593,7 @@
 
 @item :parent
 The parent of a nested widget (e.g. a @code{menu-choice} item or an
-element of a @code{editable-list} widget).
+element of an @code{editable-list} widget).
 
 @item :sibling-args
 This keyword is only used for members of a @code{radio-button-choice} or
@@ -1031,7 +1031,7 @@
 @comment  node-name,  next,  previous,  up
 @subsection The @code{group} Widget
 
-This widget simply groups other widget together.
+This widget simply groups other widgets together.
 
 Syntax: