]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 3 Feb 2004 17:00:50 +0000 (17:00 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 3 Feb 2004 17:00:50 +0000 (17:00 +0000)
lisp/x-dnd.el

index 85a691dea1d587d4f6c7f7802729cf794a6e2b59..ef9bb5fc08c7794010bad1e724f724c3874ac805 100644 (file)
@@ -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\e,A4\e(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."