aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/term/mac-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el
index d9454a0499e..3ba38680989 100644
--- a/lisp/term/mac-win.el
+++ b/lisp/term/mac-win.el
@@ -2177,7 +2177,7 @@ either in the current buffer or in the echo area."
2177 ("TIFF" . mac-dnd-insert-TIFF)) 2177 ("TIFF" . mac-dnd-insert-TIFF))
2178 "Which function to call to handle a drop of that type. 2178 "Which function to call to handle a drop of that type.
2179The function takes three arguments, WINDOW, ACTION and DATA. 2179The function takes three arguments, WINDOW, ACTION and DATA.
2180WINDOW is where the drop occured, ACTION is always `private' on 2180WINDOW is where the drop occurred, ACTION is always `private' on
2181Mac. DATA is the drop data. Unlike the x-dnd counterpart, the 2181Mac. DATA is the drop data. Unlike the x-dnd counterpart, the
2182return value of the function is not significant. 2182return value of the function is not significant.
2183 2183