From 7a50ebe78ab10df6b64a947ef01a309b002cf461 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Tue, 24 Sep 2024 17:02:21 +0200 Subject: [PATCH] ; * lisp/yank-media.el (yank-media-handler): Fix docstring typo. (cherry picked from commit f189457e5aa98b6a073713da74884f363098411f) --- lisp/yank-media.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5