diff options
| author | Po Lu | 2022-03-23 09:26:23 +0800 |
|---|---|---|
| committer | Po Lu | 2022-03-23 09:26:50 +0800 |
| commit | 9cef919692590e351f52ccee48246bd9d7f4873d (patch) | |
| tree | 1554efe875e13596ec5b67f8ad3a061cf50da2cf /src | |
| parent | dd242b49ec477c116a1f1a345970ceaf6920878d (diff) | |
| download | emacs-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.c | 3 |
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 | ||
| 6605 | drop target chose to perform an unspecified or unknown action. | ||
| 6606 | |||
| 6604 | There are also some other valid values of ACTION that depend on | 6607 | There are also some other valid values of ACTION that depend on |
| 6605 | details of both the drop target's implementation details and that of | 6608 | details of both the drop target's implementation details and that of |
| 6606 | Emacs. For that reason, they are not mentioned here. Consult | 6609 | Emacs. For that reason, they are not mentioned here. Consult |