; * lisp/yank-media.el (yank-media-handler): Fix docstring typo.
This commit is contained in:
parent
2b53e11a08
commit
f189457e5a
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue