Fix documentation of 'mouse-drag-and-drop-region' and friends
* doc/emacs/frames.texi (Drag and Drop): Index 'mouse-drag-and-drop-region-cut-when-buffers-differ', 'mouse-drag-and-drop-region-show-tooltip', and 'mouse-drag-and-drop-region-show-cursor'. * etc/NEWS: Fix the format of the related entries.
This commit is contained in:
parent
d60faf3275
commit
90ca37feed
2 changed files with 12 additions and 9 deletions
|
@ -1114,6 +1114,9 @@ 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
|
will copy it instead of cutting it, even if you drop on the same
|
||||||
buffer as the one from which the text came.
|
buffer as the one from which the text came.
|
||||||
|
|
||||||
|
@vindex mouse-drag-and-drop-region-cut-when-buffers-differ
|
||||||
|
@vindex mouse-drag-and-drop-region-show-tooltip
|
||||||
|
@vindex mouse-drag-and-drop-region-show-cursor
|
||||||
In order to cut text even when source and destination buffers differ,
|
In order to cut text even when source and destination buffers differ,
|
||||||
set the option
|
set the option
|
||||||
@code{mouse-drag-and-drop-region-cut-when-buffers-differ} to a
|
@code{mouse-drag-and-drop-region-cut-when-buffers-differ} to a
|
||||||
|
|
18
etc/NEWS
18
etc/NEWS
|
@ -256,18 +256,18 @@ whether the output buffer of an asynchronous command is shown
|
||||||
immediately, or only when there is output.
|
immediately, or only when there is output.
|
||||||
|
|
||||||
+++
|
+++
|
||||||
** The new user option 'mouse-select-region-move-to-beginning'
|
** New user option 'mouse-select-region-move-to-beginning'.
|
||||||
controls the position of point when double-clicking mouse-1 on the end
|
This option controls the position of point when double-clicking
|
||||||
of a parenthetical grouping or string-delimiter: the default value nil
|
mouse-1 on the end of a parenthetical grouping or string-delimiter:
|
||||||
keeps point at the end of the region, setting it to non-nil moves
|
the default value nil keeps point at the end of the region, setting it
|
||||||
point to the beginning of the region.
|
to non-nil moves point to the beginning of the region.
|
||||||
|
|
||||||
+++
|
+++
|
||||||
** The new user option 'mouse-drag-and-drop-region' allows to drag the
|
** New user option 'mouse-drag-and-drop-region'.
|
||||||
entire region of text to another place or another buffer. Its
|
This option allows to drag the entire region of text to another place
|
||||||
behavior is customizable via the new options
|
or another buffer. Its behavior is customizable via the new options
|
||||||
'mouse-drag-and-drop-region-cut-when-buffers-differ',
|
'mouse-drag-and-drop-region-cut-when-buffers-differ',
|
||||||
'mouse-drag-and-drop-region-show-tooltip' and
|
'mouse-drag-and-drop-region-show-tooltip', and
|
||||||
'mouse-drag-and-drop-region-show-cursor'.
|
'mouse-drag-and-drop-region-show-cursor'.
|
||||||
|
|
||||||
+++
|
+++
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue