Mercurial > emacs
changeset 75140:6674b79afd5e
(x-dnd-types-alist): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 08 Jan 2007 23:01:11 +0000 |
parents | 685bae49b575 |
children | e4abbe7f7417 |
files | lisp/x-dnd.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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