aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2022-03-23 09:26:23 +0800
committerPo Lu2022-03-23 09:26:50 +0800
commit9cef919692590e351f52ccee48246bd9d7f4873d (patch)
tree1554efe875e13596ec5b67f8ad3a061cf50da2cf /src
parentdd242b49ec477c116a1f1a345970ceaf6920878d (diff)
downloademacs-9cef919692590e351f52ccee48246bd9d7f4873d.tar.gz
emacs-9cef919692590e351f52ccee48246bd9d7f4873d.zip
Improve DND documentation
* doc/lispref/frames.texi (Drag and Drop): * src/xfns.c (Fx_begin_drag): Document meaning of `XdndActionPrivate'.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 9d30f2adee1..eae409eed24 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -6601,6 +6601,9 @@ can be one of the following:
6601 `XdndSelection', and to delete whatever was saved into that 6601 `XdndSelection', and to delete whatever was saved into that
6602 selection afterwards. 6602 selection afterwards.
6603 6603
6604`XdndActionPrivate' is also a valid return value, and means that the
6605drop target chose to perform an unspecified or unknown action.
6606
6604There are also some other valid values of ACTION that depend on 6607There are also some other valid values of ACTION that depend on
6605details of both the drop target's implementation details and that of 6608details of both the drop target's implementation details and that of
6606Emacs. For that reason, they are not mentioned here. Consult 6609Emacs. For that reason, they are not mentioned here. Consult