]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/yank-media.el (yank-media-handler): Fix docstring typo.
authorRobert Pluim <rpluim@gmail.com>
Tue, 24 Sep 2024 15:02:21 +0000 (17:02 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 30 Sep 2024 19:38:39 +0000 (21:38 +0200)
(cherry picked from commit f189457e5aa98b6a073713da74884f363098411f)

lisp/yank-media.el

index e33c36da5b6ff6db0d961e23fa293564f9fe8d32..563aae8541931fd5e47219420a740b8217703676 100644 (file)
@@ -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))