# HG changeset patch # User Juanma Barranquero # Date 1168297271 0 # Node ID 6674b79afd5e67b110a156d975e43fd24a0654ff # Parent 685bae49b57550c2de4476d4618d5c20f0da20cc (x-dnd-types-alist): Fix typo in docstring. diff -r 685bae49b575 -r 6674b79afd5e lisp/x-dnd.el --- a/lisp/x-dnd.el Mon Jan 08 23:00:24 2007 +0000 +++ b/lisp/x-dnd.el Mon Jan 08 23:01:11 2007 +0000 @@ -70,7 +70,7 @@ "Which function to call to handle a drop of that type. If the type for the drop is not present, or the function is nil, the drop is rejected. The function takes three arguments, WINDOW, ACTION -and DATA. WINDOW is where the drop occured, ACTION is the action for +and DATA. WINDOW is where the drop occurred, ACTION is the action for this drop (copy, move, link, private or ask) as determined by a previous call to `x-dnd-test-function'. DATA is the drop data. The function shall return the action used (copy, move, link or private) if drop