# HG changeset patch # User Juanma Barranquero # Date 1168297372 0 # Node ID 1e951eb6473ea6a16d59bdda3a4c400b2977dc5f # Parent e4abbe7f74175d94ac38771c4d900d04f0c26809 (mac-dnd-types-alist): Fix typo in docstring. diff -r e4abbe7f7417 -r 1e951eb6473e lisp/term/mac-win.el --- a/lisp/term/mac-win.el Mon Jan 08 23:02:08 2007 +0000 +++ b/lisp/term/mac-win.el Mon Jan 08 23:02:52 2007 +0000 @@ -2177,7 +2177,7 @@ ("TIFF" . mac-dnd-insert-TIFF)) "Which function to call to handle a drop of that type. The function takes three arguments, WINDOW, ACTION and DATA. -WINDOW is where the drop occured, ACTION is always `private' on +WINDOW is where the drop occurred, ACTION is always `private' on Mac. DATA is the drop data. Unlike the x-dnd counterpart, the return value of the function is not significant.