]> git.eshelyaron.com Git - emacs.git/commitdiff
(editable-field): Fix typo in last change.
authorKim F. Storm <storm@cua.dk>
Thu, 22 Feb 2007 00:33:58 +0000 (00:33 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 22 Feb 2007 00:33:58 +0000 (00:33 +0000)
lisp/wid-edit.el

index 1f2dba794397d1d2fd163f8e9426256879ae0051..035f54b89807d5c1b7f4801e3926c74ae7baa45c 100644 (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