From: Robert Pluim Date: Tue, 24 Sep 2024 15:02:21 +0000 (+0200) Subject: ; * lisp/yank-media.el (yank-media-handler): Fix docstring typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7a50ebe78ab10df6b64a947ef01a309b002cf461;p=emacs.git ; * lisp/yank-media.el (yank-media-handler): Fix docstring typo. (cherry picked from commit f189457e5aa98b6a073713da74884f363098411f) --- diff --git a/lisp/yank-media.el b/lisp/yank-media.el index e33c36da5b6..563aae85419 100644 --- a/lisp/yank-media.el +++ b/lisp/yank-media.el @@ -93,7 +93,7 @@ TYPES should be a MIME media type symbol, a regexp, or a list that can contain both symbols and regexps. HANDLER is a function that will be called with two arguments: The -MIME type (a symbol on the form `image/png') and the selection +MIME type (a symbol of the form `image/png') and the selection data (a string)." (make-local-variable 'yank-media--registered-handlers) (dolist (type (ensure-list types))