diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-08 14:08:47 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-08 14:23:29 +0200 |
commit | 3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2 (patch) | |
tree | 6d42cf8c36051aa9d8369cb0ac900b8709b20f5f /lisp/x-dnd.el | |
parent | cf30432a14b935726cd0845ae490bdd5b94625ab (diff) | |
download | emacs-3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2.tar.gz emacs-3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2.tar.bz2 emacs-3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2.zip |
; Fix typos
Diffstat (limited to 'lisp/x-dnd.el')
-rw-r--r-- | lisp/x-dnd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el index bdfe444bc1d..2bda67fe3f3 100644 --- a/lisp/x-dnd.el +++ b/lisp/x-dnd.el @@ -1480,7 +1480,7 @@ instead of returning \"E\".") (error '(STRING . "E"))))))) (defun x-dnd-handle-octet-stream (_selection _type _value) - "Handle a selecton request for `application/octet-stream'. + "Handle a selection request for `application/octet-stream'. Return the contents of the XDS file." (cons 'application/octet-stream (ignore-errors |