@code{:size} keyword, the field will extend to the end of the
line, and the terminating newline will provide separation after.
+@strong{Warning:} In an @code{editable-field} widget, the @samp{%v} escape
+must be preceeded by some other text in the @code{:format} string
+(if specified).
+
The editing text fields are highlighted with the
@code{widget-field-face} face, making them easy to find.
This will be replaced with the buffer representation of the widget's
value. What this is depends on the widget type.
+@strong{Warning:} In an @code{editable-field} widget, the @samp{%v} escape
+must be preceeded by some other text in the format string (if specified).
+
@item %d
Insert the string specified by @code{:doc} here.
will be displayed in the buffer, and will be editable by the user.
@deffn Widget cons
-The value of a @code{cons} widget must be a cons-cell whose @sc{car}
+The value of a @code{cons} widget must be a cons-cell whose @sc{car}
and @sc{cdr} have two specified types. It uses this syntax:
@example