Mention yank-media-types in the manual

* doc/lispref/frames.texi (Yanking Media): Mention yank-media-types.
This commit is contained in:
Lars Ingebrigtsen 2021-11-08 06:08:33 +01:00
parent a460f3d378
commit 60d205d201
2 changed files with 7 additions and 1 deletions

View file

@ -3959,6 +3959,12 @@ clipboard, and then pass on the matching selection to the handler (if
any). If there's more than one matching selection, the user is
queried first.
The @code{yank-media-types} command can be used to explore the
clipboard/primary selection. It lists all the media types that are
currently available, and can be handy when creating handlers---to see
what data is actually available. Some applications put a surprising
amount of different data types on the clipboard.
@node Drag and Drop
@section Drag and Drop
@cindex drag and drop

View file

@ -605,7 +605,7 @@ HTML from other applications into Emacs. It is only supported in
modes that have registered support for it, and only on capable
platforms.
---
+++
*** New command 'yank-media-types'.
This command lets you examine all data in the current selection and
the clipboard, and insert it into the buffer.