diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2006-10-11 06:27:08 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2006-10-11 06:27:08 +0000 |
commit | a3545af4a82be7b032738a2d0cc7e5e7f3ac78f0 (patch) | |
tree | fe5dcd4ddfdc8665ab5a4607a1ac90b89f22df16 /lisp/dnd.el | |
parent | 90e4b32d3a45b460f8155389ceb857c9473a0793 (diff) | |
download | emacs-a3545af4a82be7b032738a2d0cc7e5e7f3ac78f0.tar.gz |
* dnd.el (dnd-handle-one-url): Fix typo in doc-string.
* help-at-pt.el (scan-buf-move-to-region): Likewise.
* longlines.el (longlines-window-change-function): Likewise.
* simple.el (undo-ask-before-discard): Likewise.
* wid-edit.el (widget-field-prompt-internal)
(widget-documentation-link-p): Likewise
Diffstat (limited to 'lisp/dnd.el')
-rw-r--r-- | lisp/dnd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dnd.el b/lisp/dnd.el index f8cdf9a1239..1f3c8d71266 100644 --- a/lisp/dnd.el +++ b/lisp/dnd.el @@ -91,7 +91,7 @@ The handler is first located by looking at `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 `dnd-insert-text'. -WINDOW is where the drop happend, ACTION is the action for the drop, +WINDOW is where the drop happened, ACTION is the action for the drop, URL is what has been dropped. Returns ACTION." (require 'browse-url) |