comparison lisp/x-dnd.el @ 75140:6674b79afd5e

(x-dnd-types-alist): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 08 Jan 2007 23:01:11 +0000
parents 030d7ce12631
children e3694f1cb928 32073cbc5eb6
comparison
equal deleted inserted replaced
75139:685bae49b575 75140:6674b79afd5e
68 ("TEXT" . dnd-insert-text) 68 ("TEXT" . dnd-insert-text)
69 ) 69 )
70 "Which function to call to handle a drop of that type. 70 "Which function to call to handle a drop of that type.
71 If the type for the drop is not present, or the function is nil, 71 If the type for the drop is not present, or the function is nil,
72 the drop is rejected. The function takes three arguments, WINDOW, ACTION 72 the drop is rejected. The function takes three arguments, WINDOW, ACTION
73 and DATA. WINDOW is where the drop occured, ACTION is the action for 73 and DATA. WINDOW is where the drop occurred, ACTION is the action for
74 this drop (copy, move, link, private or ask) as determined by a previous 74 this drop (copy, move, link, private or ask) as determined by a previous
75 call to `x-dnd-test-function'. DATA is the drop data. 75 call to `x-dnd-test-function'. DATA is the drop data.
76 The function shall return the action used (copy, move, link or private) if drop 76 The function shall return the action used (copy, move, link or private) if drop
77 is successful, nil if not." 77 is successful, nil if not."
78 :version "22.1" 78 :version "22.1"