]> git.eshelyaron.com Git - emacs.git/commitdiff
'yank-media' is not universally supported
authorEli Zaretskii <eliz@gnu.org>
Sun, 7 Nov 2021 14:31:29 +0000 (16:31 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 7 Nov 2021 14:31:29 +0000 (16:31 +0200)
* doc/emacs/killing.texi (Clipboard):
* etc/NEWS: Say that 'yank-media' is not universally supported.

doc/emacs/killing.texi
etc/NEWS

index 5e8b33f291be248ff5bc39c9e182b099cbd26d9e..375ac970d78c7c8ec2df09d4d1346bdf2010807b 100644 (file)
@@ -565,10 +565,10 @@ change the variable @code{select-enable-clipboard} to @code{nil}.
 @findex yank-media
   Programs can put other things than plain text on the clipboard.  For
 instance, a web browser will usually let you choose ``Copy Image'' on
-images, and this image will be put on the clipboard.  Emacs can yank
-these objects with the @code{yank-media} command---but only in modes
-that have support for it (@pxref{Yanking Media,,, elisp, The Emacs
-Lisp Reference Manual}).
+images, and this image will be put on the clipboard.  On capable
+platforms, Emacs can yank these objects with the @code{yank-media}
+command---but only in modes that have support for it (@pxref{Yanking
+Media,,, elisp, The Emacs Lisp Reference Manual}).
 
 @cindex clipboard manager
 @vindex x-select-enable-clipboard-manager
index 4c1513a73e7b433eb1321b50ae937291b14c7005..97da145bc38dfcea3d8827a77498512a1993adb9 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -594,7 +594,8 @@ Use 'exif-parse-file' and 'exif-field' instead.
 *** New command 'yank-media'.
 This command supports yanking non-plain-text media like images and
 HTML from other applications into Emacs.  It is only supported in
-modes that have registered support for it.
+modes that have registered support for it, and only on capable
+platforms.
 
 +++
 *** New text property 'inhibit-isearch'.