# HG changeset patch # User Richard M. Stallman # Date 1064954503 0 # Node ID 2633ac0f417579d34328679c75477666d6ead104 # Parent d9194c2e00391da43d126328c27972996cf07ddf (User Interface): Fix typos. diff -r d9194c2e0039 -r 2633ac0f4175 man/widget.texi --- 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