changeset 86194:38f922ac20ce

(widget-default-complete): Fix typo in doc-string.
author Martin Rudalics <rudalics@gmx.at>
date Sat, 17 Nov 2007 09:47:42 +0000
parents efeba4229951
children 34c14066fdcc
files lisp/wid-edit.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))