[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "Session ends"?
From: |
Eli Zaretskii |
Subject: |
Re: "Session ends"? |
Date: |
Wed, 16 Mar 2022 15:41:10 +0200 |
> From: Po Lu <luangruo@yahoo.com>
> Cc: emacs-devel@gnu.org
> Date: Wed, 16 Mar 2022 21:27:29 +0800
>
> >> +@defun x-begin-drag targets action &optional frame
> >> +This function begins a drag from @var{frame}, and returns when the
> >> +session ends, either because the drop was successful, or because the
> > ^^^^^^^^^^^^
> >
> > "When the session ends"? You mean, this function will not return
> > until I kill Emacs? Or what "session" is alluded to here?
>
> It's supposed to explain what a "drag session" is: something that starts
> when a drag starts, and ends when when the drop is successful or when it
> was rejected by the drop target.
>
> Is there any way to word that better?
How about "when the drag-and-drop operation ends"?