diff options
| author | Juanma Barranquero | 2007-01-08 23:01:11 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-01-08 23:01:11 +0000 |
| commit | bacbcea9995ce12279b7ded6559270c59978e2c3 (patch) | |
| tree | 81196659ce27a4de87ccdd40b1c589ecaa8111a1 /lisp | |
| parent | f14bbeeb0a8d4cd32d1645a516015ab3aea40cdb (diff) | |
| download | emacs-bacbcea9995ce12279b7ded6559270c59978e2c3.tar.gz emacs-bacbcea9995ce12279b7ded6559270c59978e2c3.zip | |
(x-dnd-types-alist): Fix typo in docstring.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/x-dnd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el index c229b0868e4..5a6400cd991 100644 --- a/lisp/x-dnd.el +++ b/lisp/x-dnd.el | |||
| @@ -70,7 +70,7 @@ The default value for this variable is `x-dnd-default-test-function'." | |||
| 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 |