projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b53e11
)
; * lisp/yank-media.el (yank-media-handler): Fix docstring typo.
author
Robert Pluim
<rpluim@gmail.com>
Tue, 24 Sep 2024 15:02:21 +0000
(17:02 +0200)
committer
Robert Pluim
<rpluim@gmail.com>
Tue, 24 Sep 2024 15:02:21 +0000
(17:02 +0200)
lisp/yank-media.el
patch
|
blob
|
history
diff --git
a/lisp/yank-media.el
b/lisp/yank-media.el
index e33c36da5b6ff6db0d961e23fa293564f9fe8d32..563aae8541931fd5e47219420a740b8217703676 100644
(file)
--- 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 o
n
the form `image/png') and the selection
+MIME type (a symbol o
f
the form `image/png') and the selection
data (a string)."
(make-local-variable 'yank-media--registered-handlers)
(dolist (type (ensure-list types))