diff man/widget.texi @ 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 37e56e920ac5
children c1553814932e
line wrap: on
line diff
--- 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: