summaryrefslogtreecommitdiff
path: root/lisp/x-dnd.el
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2004-02-03 17:00:50 +0000
committerJan Djärv <jan.h.d@swipnet.se>2004-02-03 17:00:50 +0000
commitc712f91e8f26192e0544aacd1deab2b380795bd7 (patch)
tree128be083fc4f87dac9a8787ed7c9048ee532ac61 /lisp/x-dnd.el
parent7e74414827fd9084f8817369db58555ffa1a8852 (diff)
downloademacs-c712f91e8f26192e0544aacd1deab2b380795bd7.tar.gz
Fix typo.
Diffstat (limited to 'lisp/x-dnd.el')
-rw-r--r--lisp/x-dnd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el
index 85a691dea1d..ef9bb5fc08c 100644
--- a/lisp/x-dnd.el
+++ b/lisp/x-dnd.el
@@ -234,7 +234,7 @@ TYPES is a list of types the source supports."
The handler is first localted by looking at `x-dnd-protocol-alist'.
If no match is found here, and the value of `browse-url-browser-function'
is a pair of (REGEXP . FUNCTION), those regexps are tried for a match.
-If no match is found, just call `x-dnd-insert-text,A4(B.
+If no match is found, just call `x-dnd-insert-text'.
WINDOW is where the drop happend, ACTION is the action for the drop,
ARG is the URL that has been dropped.
Returns ACTION."