diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-01-08 23:01:11 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-01-08 23:01:11 +0000 |
commit | bacbcea9995ce12279b7ded6559270c59978e2c3 (patch) | |
tree | 81196659ce27a4de87ccdd40b1c589ecaa8111a1 /lisp/x-dnd.el | |
parent | f14bbeeb0a8d4cd32d1645a516015ab3aea40cdb (diff) | |
download | emacs-bacbcea9995ce12279b7ded6559270c59978e2c3.tar.gz emacs-bacbcea9995ce12279b7ded6559270c59978e2c3.tar.bz2 emacs-bacbcea9995ce12279b7ded6559270c59978e2c3.zip |
(x-dnd-types-alist): Fix typo in docstring.
Diffstat (limited to 'lisp/x-dnd.el')
-rw-r--r-- | lisp/x-dnd.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |