summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2003-09-30 20:41:43 +0000
committerRichard M. Stallman <rms@gnu.org>2003-09-30 20:41:43 +0000
commit35ff19c3218a19c60c69bdfae3d25201a10707ab (patch)
tree621597e557737d683c852c31fc0568c128ed57c2 /man
parentc5b2171e80d85708f7fc654709881e69045435db (diff)
downloademacs-35ff19c3218a19c60c69bdfae3d25201a10707ab.tar.gz
(User Interface): Fix typos.
Diffstat (limited to 'man')
-rw-r--r--man/widget.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/widget.texi b/man/widget.texi
index b3485066aac..49c6e0e33c5 100644
--- a/man/widget.texi
+++ b/man/widget.texi
@@ -213,9 +213,9 @@ middle of another field is prohibited.
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