]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix documentation of 'mouse-drag-and-drop-region' and friends
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2017 09:19:56 +0000 (11:19 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2017 09:19:56 +0000 (11:19 +0200)
* 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.

doc/emacs/frames.texi
etc/NEWS

index 5a052600ce4e8b0937292981299a17eba9203eeb..0c994078327166b671058c07285e0b91b2ceeedf 100644 (file)
@@ -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
 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,
 set the option
 @code{mouse-drag-and-drop-region-cut-when-buffers-differ} to a
index 7ad852ec7155cf78b3638ab0f08873356536c877..6e3001f5fa87dc2574ed67c7a10569ae0976d928 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -256,18 +256,18 @@ whether the output buffer of an asynchronous command is shown
 immediately, or only when there is output.
 
 +++
-** The new user option 'mouse-select-region-move-to-beginning'
-controls the position of point when double-clicking mouse-1 on the end
-of a parenthetical grouping or string-delimiter: the default value nil
-keeps point at the end of the region, setting it to non-nil moves
-point to the beginning of the region.
+** New user option 'mouse-select-region-move-to-beginning'.
+This option controls the position of point when double-clicking
+mouse-1 on the end of a parenthetical grouping or string-delimiter:
+the default value nil keeps point at the end of the region, setting it
+to non-nil moves point to the beginning of the region.
 
 +++
-** The new user option 'mouse-drag-and-drop-region' allows to drag the
-entire region of text to another place or another buffer.  Its
-behavior is customizable via the new options
+** New user option 'mouse-drag-and-drop-region'.
+This option allows to drag the entire region of text to another place
+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-show-tooltip' and
+'mouse-drag-and-drop-region-show-tooltip', and
 'mouse-drag-and-drop-region-show-cursor'.
 
 +++