@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
*** 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'.