From 48b0e82e67abee0b83abdc0469a162ad4f98daaa Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Sat, 17 Nov 2007 09:48:17 +0000 Subject: [PATCH] (widget-default-complete): Fix typo in doc-string. --- lisp/ChangeLog | 6 ++++++ lisp/wid-edit.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7952b19eade..285a69d66a5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2007-11-17 Martin Rudalics + + * wid-edit.el (widget-default-complete): + * progmodes/flymake.el (flymake-goto-file-and-line): + Fix typo in (doc-)string. + 2007-11-17 Glenn Morris * emacs-lisp/byte-run.el (declare-function): New macro. diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index 49d519a9ea2..48d74b4fb25 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -1450,7 +1450,7 @@ The value of the :type attribute should be an unconverted widget type." (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))) -- 2.39.2