From bacbcea9995ce12279b7ded6559270c59978e2c3 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 8 Jan 2007 23:01:11 +0000 Subject: [PATCH] (x-dnd-types-alist): Fix typo in docstring. --- lisp/x-dnd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el index c229b0868e4..5a6400cd991 100644 --- a/lisp/x-dnd.el +++ b/lisp/x-dnd.el @@ -70,7 +70,7 @@ The default value for this variable is `x-dnd-default-test-function'." "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 -- 2.39.2