# HG changeset patch # User Martin Rudalics # Date 1195292862 0 # Node ID 38f922ac20ce44daeed6e0f4c748766ab6745b05 # Parent efeba4229951d73c58b07babe636779679293edc (widget-default-complete): Fix typo in doc-string. diff -r efeba4229951 -r 38f922ac20ce lisp/wid-edit.el --- a/lisp/wid-edit.el Sat Nov 17 09:46:37 2007 +0000 +++ b/lisp/wid-edit.el Sat Nov 17 09:47:42 2007 +0000 @@ -1450,7 +1450,7 @@ (defun widget-default-complete (widget) "Call the value of the :complete-function property of WIDGET. -If that does not exists, call the value of `widget-complete-field'." +If that does not exist, call the value of `widget-complete-field'." (call-interactively (or (widget-get widget :complete-function) widget-complete-field)))