From d5e8f483f90395e8eda7a2c5c23765af2602caf1 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Wed, 16 Mar 2022 21:47:37 +0800 Subject: [PATCH] * 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 24b439e0492..97283a525c4 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 -- 2.39.5