]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-dnd-types-alist): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 8 Jan 2007 23:01:11 +0000 (23:01 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 8 Jan 2007 23:01:11 +0000 (23:01 +0000)
lisp/x-dnd.el

index c229b0868e43cf6e4c01fd2e0924cc4f5fa49a75..5a6400cd9913d676d8078753ad3142c83805f6b1 100644 (file)
@@ -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