comparison lisp/term/mac-win.el @ 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 b064bb685ef7
children 975531dd9b08 32073cbc5eb6
comparison
equal deleted inserted replaced
75141:e4abbe7f7417 75142:1e951eb6473e
2175 ("utxt" . mac-dnd-insert-utxt) 2175 ("utxt" . mac-dnd-insert-utxt)
2176 ("TEXT" . mac-dnd-insert-TEXT) 2176 ("TEXT" . mac-dnd-insert-TEXT)
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.
2179 The function takes three arguments, WINDOW, ACTION and DATA. 2179 The function takes three arguments, WINDOW, ACTION and DATA.
2180 WINDOW is where the drop occured, ACTION is always `private' on 2180 WINDOW is where the drop occurred, ACTION is always `private' on
2181 Mac. DATA is the drop data. Unlike the x-dnd counterpart, the 2181 Mac. DATA is the drop data. Unlike the x-dnd counterpart, the
2182 return value of the function is not significant. 2182 return value of the function is not significant.
2183 2183
2184 See also `mac-dnd-known-types'." 2184 See also `mac-dnd-known-types'."
2185 :version "22.1" 2185 :version "22.1"