; * lisp/dnd.el (dnd-protocol-alist): Correct typo.

This commit is contained in:
Po Lu 2023-10-28 06:43:56 +00:00
parent f14870ee26
commit 12d10872f4

View file

@ -60,7 +60,7 @@ is a pair of (REGEXP . FUNCTION), those regexps are tried for a match.
If no match is found, the URL is inserted as text by calling `dnd-insert-text'.
The function shall return the action done (move, copy, link or private)
if some action was made, or nil if the URL is ignored."
:version "30.0"
:version "30.1"
:type '(repeat (cons (regexp) (function)))
:group 'dnd)