diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index 47321a1d6b2..4b5d30bca25 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -6827,7 +6827,12 @@ instead. | |||
| 6827 | 6827 | ||
| 6828 | If ALLOW-CURRENT-FRAME is not specified or nil, then the drop target | 6828 | If ALLOW-CURRENT-FRAME is not specified or nil, then the drop target |
| 6829 | is allowed to be FRAME. Otherwise, no action will be taken if the | 6829 | is allowed to be FRAME. Otherwise, no action will be taken if the |
| 6830 | mouse buttons are released on top of FRAME. */) | 6830 | mouse buttons are released on top of FRAME. |
| 6831 | |||
| 6832 | This function will sometimes return immediately if no mouse buttons | ||
| 6833 | are currently held down, and should only be called in situations where | ||
| 6834 | it is known that some are being held down down, such as immediately | ||
| 6835 | after a `down-mouse-1' event. */) | ||
| 6831 | (Lisp_Object targets, Lisp_Object action, Lisp_Object frame, | 6836 | (Lisp_Object targets, Lisp_Object action, Lisp_Object frame, |
| 6832 | Lisp_Object return_frame, Lisp_Object allow_current_frame) | 6837 | Lisp_Object return_frame, Lisp_Object allow_current_frame) |
| 6833 | { | 6838 | { |