changeset 52703:2633ac0f4175

(User Interface): Fix typos.
author Richard M. Stallman <rms@gnu.org>
date Tue, 30 Sep 2003 20:41:43 +0000
parents d9194c2e0039
children 980a04480377
files man/widget.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/widget.texi	Tue Sep 30 20:39:29 2003 +0000
+++ b/man/widget.texi	Tue Sep 30 20:41:43 2003 +0000
@@ -213,9 +213,9 @@
 
 Editable text fields are created by the @code{editable-field} widget.
 
-An editable fields must be surrounded by static text on both sides, that
+An editable field must be surrounded by static text on both sides, that
 is, text that does not change in the lifetime of the widget.  If the
-field extend to the end of the line, the terminating line-feed character
+field extends to the end of the line, the terminating line-feed character
 will count as the necessary static text on that end, but you will have
 to provide the static text before the field yourself.  The
 @code{:format} keyword is useful for generating the static text; for