Mercurial > emacs
changeset 75142:1e951eb6473e
(mac-dnd-types-alist): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 08 Jan 2007 23:02:52 +0000 |
parents | e4abbe7f7417 |
children | 96ef09c54974 |
files | lisp/term/mac-win.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.