Mercurial > emacs
comparison lisp/x-dnd.el @ 53790:5046818534df
Fix typo.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 03 Feb 2004 17:00:50 +0000 |
parents | 7efe8089eadf |
children | 75264649111c |
comparison
equal
deleted
inserted
replaced
53789:7efe8089eadf | 53790:5046818534df |
---|---|
232 (defun x-dnd-handle-one-url (window action arg) | 232 (defun x-dnd-handle-one-url (window action arg) |
233 "Handle one dropped url by calling the appropriate handler. | 233 "Handle one dropped url by calling the appropriate handler. |
234 The handler is first localted by looking at `x-dnd-protocol-alist'. | 234 The handler is first localted by looking at `x-dnd-protocol-alist'. |
235 If no match is found here, and the value of `browse-url-browser-function' | 235 If no match is found here, and the value of `browse-url-browser-function' |
236 is a pair of (REGEXP . FUNCTION), those regexps are tried for a match. | 236 is a pair of (REGEXP . FUNCTION), those regexps are tried for a match. |
237 If no match is found, just call `x-dnd-insert-text,A4(B. | 237 If no match is found, just call `x-dnd-insert-text'. |
238 WINDOW is where the drop happend, ACTION is the action for the drop, | 238 WINDOW is where the drop happend, ACTION is the action for the drop, |
239 ARG is the URL that has been dropped. | 239 ARG is the URL that has been dropped. |
240 Returns ACTION." | 240 Returns ACTION." |
241 (require 'browse-url) | 241 (require 'browse-url) |
242 (let* ((uri (replace-regexp-in-string | 242 (let* ((uri (replace-regexp-in-string |