From: Juanma Barranquero Date: Mon, 8 Jan 2007 23:01:11 +0000 (+0000) Subject: (x-dnd-types-alist): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.93~212 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bacbcea9995ce12279b7ded6559270c59978e2c3;p=emacs.git (x-dnd-types-alist): Fix typo in docstring. --- 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