diff options
| author | Eli Zaretskii | 2017-12-22 11:19:56 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-12-22 11:19:56 +0200 |
| commit | 90ca37feed236a2eb9d61e412dc3805aa8ad8933 (patch) | |
| tree | 57253333baeeeacff8c64ca55328db73f133dbac | |
| parent | d60faf32757ef007c7b5d07a8b248ee4a6f8f83e (diff) | |
| download | emacs-90ca37feed236a2eb9d61e412dc3805aa8ad8933.tar.gz emacs-90ca37feed236a2eb9d61e412dc3805aa8ad8933.zip | |
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.
| -rw-r--r-- | doc/emacs/frames.texi | 3 | ||||
| -rw-r--r-- | etc/NEWS | 18 |
2 files changed, 12 insertions, 9 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 5a052600ce4..0c994078327 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -1114,6 +1114,9 @@ names a modifier key, such as @samp{shift}, @samp{control} or | |||
| 1114 | will copy it instead of cutting it, even if you drop on the same | 1114 | will copy it instead of cutting it, even if you drop on the same |
| 1115 | buffer as the one from which the text came. | 1115 | buffer as the one from which the text came. |
| 1116 | 1116 | ||
| 1117 | @vindex mouse-drag-and-drop-region-cut-when-buffers-differ | ||
| 1118 | @vindex mouse-drag-and-drop-region-show-tooltip | ||
| 1119 | @vindex mouse-drag-and-drop-region-show-cursor | ||
| 1117 | In order to cut text even when source and destination buffers differ, | 1120 | In order to cut text even when source and destination buffers differ, |
| 1118 | set the option | 1121 | set the option |
| 1119 | @code{mouse-drag-and-drop-region-cut-when-buffers-differ} to a | 1122 | @code{mouse-drag-and-drop-region-cut-when-buffers-differ} to a |
| @@ -256,18 +256,18 @@ whether the output buffer of an asynchronous command is shown | |||
| 256 | immediately, or only when there is output. | 256 | immediately, or only when there is output. |
| 257 | 257 | ||
| 258 | +++ | 258 | +++ |
| 259 | ** The new user option 'mouse-select-region-move-to-beginning' | 259 | ** New user option 'mouse-select-region-move-to-beginning'. |
| 260 | controls the position of point when double-clicking mouse-1 on the end | 260 | This option controls the position of point when double-clicking |
| 261 | of a parenthetical grouping or string-delimiter: the default value nil | 261 | mouse-1 on the end of a parenthetical grouping or string-delimiter: |
| 262 | keeps point at the end of the region, setting it to non-nil moves | 262 | the default value nil keeps point at the end of the region, setting it |
| 263 | point to the beginning of the region. | 263 | to non-nil moves point to the beginning of the region. |
| 264 | 264 | ||
| 265 | +++ | 265 | +++ |
| 266 | ** The new user option 'mouse-drag-and-drop-region' allows to drag the | 266 | ** New user option 'mouse-drag-and-drop-region'. |
| 267 | entire region of text to another place or another buffer. Its | 267 | This option allows to drag the entire region of text to another place |
| 268 | behavior is customizable via the new options | 268 | or another buffer. Its behavior is customizable via the new options |
| 269 | 'mouse-drag-and-drop-region-cut-when-buffers-differ', | 269 | 'mouse-drag-and-drop-region-cut-when-buffers-differ', |
| 270 | 'mouse-drag-and-drop-region-show-tooltip' and | 270 | 'mouse-drag-and-drop-region-show-tooltip', and |
| 271 | 'mouse-drag-and-drop-region-show-cursor'. | 271 | 'mouse-drag-and-drop-region-show-cursor'. |
| 272 | 272 | ||
| 273 | +++ | 273 | +++ |