aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2007-01-08 23:01:11 +0000
committerJuanma Barranquero2007-01-08 23:01:11 +0000
commitbacbcea9995ce12279b7ded6559270c59978e2c3 (patch)
tree81196659ce27a4de87ccdd40b1c589ecaa8111a1 /lisp
parentf14bbeeb0a8d4cd32d1645a516015ab3aea40cdb (diff)
downloademacs-bacbcea9995ce12279b7ded6559270c59978e2c3.tar.gz
emacs-bacbcea9995ce12279b7ded6559270c59978e2c3.zip
(x-dnd-types-alist): Fix typo in docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/x-dnd.el2
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'."
70 "Which function to call to handle a drop of that type. 70 "Which function to call to handle a drop of that type.
71If the type for the drop is not present, or the function is nil, 71If the type for the drop is not present, or the function is nil,
72the drop is rejected. The function takes three arguments, WINDOW, ACTION 72the drop is rejected. The function takes three arguments, WINDOW, ACTION
73and DATA. WINDOW is where the drop occured, ACTION is the action for 73and DATA. WINDOW is where the drop occurred, ACTION is the action for
74this drop (copy, move, link, private or ask) as determined by a previous 74this drop (copy, move, link, private or ask) as determined by a previous
75call to `x-dnd-test-function'. DATA is the drop data. 75call to `x-dnd-test-function'. DATA is the drop data.
76The function shall return the action used (copy, move, link or private) if drop 76The function shall return the action used (copy, move, link or private) if drop