; * 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)
committerRobert Pluim <rpluim@gmail.com>
Tue, 24 Sep 2024 15:02:21 +0000 (17:02 +0200)
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))