aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-01-08 23:02:52 +0000
committerJuanma Barranquero <[email protected]>2007-01-08 23:02:52 +0000
commitef9f9fb556c744f6df52bb5c179c5e166907d9ba (patch)
treec92da53e09f58be203dad3841c2b30a3e4002415 /lisp/term
parentad25cccf683d9267052e50383c6c0b6cef3c986a (diff)
(mac-dnd-types-alist): Fix typo in docstring.
Diffstat (limited to 'lisp/term')
-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 d9454a0499..3ba3868098 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."
("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.