emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/wid-edit.el,v


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/lisp/wid-edit.el,v
Date: Sat, 17 Nov 2007 09:47:43 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       07/11/17 09:47:42

Index: wid-edit.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/wid-edit.el,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -b -r1.182 -r1.183
--- wid-edit.el 9 Oct 2007 08:52:44 -0000       1.182
+++ wid-edit.el 17 Nov 2007 09:47:42 -0000      1.183
@@ -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)))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]