]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/frames.texi (x-begin-drag): Improve wording.
authorPo Lu <luangruo@yahoo.com>
Wed, 16 Mar 2022 13:47:37 +0000 (21:47 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 16 Mar 2022 13:47:37 +0000 (21:47 +0800)
doc/lispref/frames.texi

index 24b439e049213e29481cbb4c04b47abfdd84f06d..97283a525c4c265e41f29acde9dc68f1edfc199b 100644 (file)
@@ -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