(editable-field): Fix typo in last change.

This commit is contained in:
Kim F. Storm 2007-02-22 00:33:58 +00:00
parent 3bff434b8f
commit 10dbcdd730

View file

@ -1853,7 +1853,7 @@ If END is omitted, it defaults to the length of LIST."
(define-widget 'editable-field 'default
"An editable text field.
Note: In an `editable-field' widget, the `%v' escape must be preceeded
Note: In an `editable-field' widget, the `%v' escape must be preceded
by some other text in the `:format' string (if specified)."
:convert-widget 'widget-value-convert-widget
:keymap widget-field-keymap