]> git.eshelyaron.com Git - emacs.git/commitdiff
(User Interface): Fix typos.
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Sep 2003 20:41:43 +0000 (20:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Sep 2003 20:41:43 +0000 (20:41 +0000)
man/widget.texi

index b3485066aac0d298dd76a9cf76c06eb6fe774ca9..49c6e0e33c59bc34cfda637ece156080ed169009 100644 (file)
@@ -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