aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/frames.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 905e5c2e6ce..6bf5db2aa1d 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -3875,13 +3875,15 @@ detailed knowledge of what types other applications use for drag and
3875drop. 3875drop.
3876 3876
3877@vindex dnd-protocol-alist 3877@vindex dnd-protocol-alist
3878@vindex browse-url-handlers
3879@vindex browse-url-default-handlers
3878 When an URL is dropped on Emacs it may be a file, but it may also be 3880 When an URL is dropped on Emacs it may be a file, but it may also be
3879another URL type (https, etc.). Emacs first checks 3881another URL type (https, etc.). Emacs first checks
3880@code{dnd-protocol-alist} to determine what to do with the URL@. If 3882@code{dnd-protocol-alist} to determine what to do with the URL@. If
3881there is no match there and if @code{browse-url-browser-function} is 3883there is no match there, Emacs looks for a match in
3882an alist, Emacs looks for a match there. If no match is found the 3884@code{browse-url-handlers} and @code{browse-url-default-handlers}. If
3883text for the URL is inserted. If you want to alter Emacs behavior, 3885still no match has been found, the text for the URL is inserted. If
3884you can customize these variables. 3886you want to alter Emacs behavior, you can customize these variables.
3885 3887
3886@node Color Names 3888@node Color Names
3887@section Color Names 3889@section Color Names