# HG changeset patch # User Jan Dj¸«£rv # Date 1075827650 0 # Node ID 5046818534dfd02725d2b2b289047568f86a823d # Parent 7efe8089eadf953d49f2a4b9ad9bb4ee6898a82c Fix typo. diff -r 7efe8089eadf -r 5046818534df lisp/x-dnd.el --- a/lisp/x-dnd.el Tue Feb 03 16:55:30 2004 +0000 +++ b/lisp/x-dnd.el Tue Feb 03 17:00:50 2004 +0000 @@ -234,7 +234,7 @@ 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."