Mention yank-media-types in the manual
* doc/lispref/frames.texi (Yanking Media): Mention yank-media-types.
This commit is contained in:
parent
a460f3d378
commit
60d205d201
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
2
etc/NEWS
2
etc/NEWS
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue