[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master d5e8f483f9: * doc/lispref/frames.texi (x-begin-drag): Improve wor
From: |
Po Lu |
Subject: |
master d5e8f483f9: * doc/lispref/frames.texi (x-begin-drag): Improve wording. |
Date: |
Wed, 16 Mar 2022 09:47:55 -0400 (EDT) |
branch: master
commit d5e8f483f90395e8eda7a2c5c23765af2602caf1
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>
* doc/lispref/frames.texi (x-begin-drag): Improve wording.
---
doc/lispref/frames.texi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 24b439e049..97283a525c 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -4044,10 +4044,10 @@ from its frames to windows of other applications.
@defun x-begin-drag targets action &optional frame return-frame
This function begins a drag from @var{frame}, and returns when the
-session ends, either because the drop was successful, or because the
-drop was rejected. The drop occurs when all mouse buttons are
-released on top of an X window other than @var{frame} (the @dfn{drop
-target}).
+drag-and-drop operation ends, either because the drop was successful,
+or because the drop was rejected. The drop occurs when all mouse
+buttons are released on top of an X window other than @var{frame} (the
+@dfn{drop target}).
@var{targets} is a list of strings describing selection targets, much
like the @var{data-type} argument to @code{gui-get-selection}, that
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master d5e8f483f9: * doc/lispref/frames.texi (x-begin-drag): Improve wording.,
Po Lu <=