summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTak Kunihiro <tkk@misasa.okayama-u.ac.jp>2017-12-22 09:39:07 +0100
committerMartin Rudalics <rudalics@gmx.at>2017-12-22 09:39:07 +0100
commita0e3b06725a48379a2e341f90dd090f042ad8e18 (patch)
tree2218d2bebb17658b74a910a20c838ce6c2f800ac /doc
parent164e84c9773d9738c80b49630c4e45d539b337ef (diff)
downloademacs-a0e3b06725a48379a2e341f90dd090f042ad8e18.tar.gz
Document 'mouse-drag-and-drop-region' options and mention them in NEWS
* doc/emacs/frames.texi (Drag and Drop): * etc/NEWS (times): Document options for 'mouse-drag-and-drop-region' and mention them in NEWS.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/frames.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 58e70eefaf5..5a052600ce4 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -1114,6 +1114,15 @@ names a modifier key, such as @samp{shift}, @samp{control} or
will copy it instead of cutting it, even if you drop on the same
buffer as the one from which the text came.
+In order to cut text even when source and destination buffers differ,
+set the option
+@code{mouse-drag-and-drop-region-cut-when-buffers-differ} to a
+non-@code{nil} value. By default, on a graphic display the selected
+text is shown in a tooltip and point moves together with the mouse
+cursor during dragging. To suppress such behavior, set the options
+@code{mouse-drag-and-drop-region-show-tooltip} and/or
+@code{mouse-drag-and-drop-region-show-cursor} to @code{nil}.
+
@node Menu Bars
@section Menu Bars