aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/frames.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/man/frames.texi b/man/frames.texi
index 9a0882e3e5a..18ba8759eaf 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -801,13 +801,15 @@ buffers are scrolled.
801 801
802@cindex drag and drop 802@cindex drag and drop
803 Emacs supports drag and drop so that dropping of files and text is handeled. 803 Emacs supports drag and drop so that dropping of files and text is handeled.
804There is no drag support yet. When text is dropped, Emacs will insert the 804Currently supported drag and drop protocols are XDND and the old KDE 1.x
805text where it is dropped. When a file is dragged from a file manager to 805protocol. There is no drag support yet.
806Emacs, Emacs will open that file. 806When text is dropped, Emacs will insert the text where it is dropped.
807When a file is dragged from a file manager to Emacs, Emacs will open that file.
807As a special case, if a file is dropped on a dired buffer the file will 808As a special case, if a file is dropped on a dired buffer the file will
808be copied or moved (depends on exactly how it is dragged and the application 809be copied or moved (depends on exactly how it is dragged and the application
809is was dragged from) to the directory the dired buffer is displaying. 810is was dragged from) to the directory the dired buffer is displaying.
810 811
812@vindex x-dnd-open-file-other-window
811 A file is normally opened in the window it is dropped on, but if you 813 A file is normally opened in the window it is dropped on, but if you
812prefer the file to be opened in a new window, you can customize the variable 814prefer the file to be opened in a new window, you can customize the variable
813@code{x-dnd-open-file-other-window}. 815@code{x-dnd-open-file-other-window}.