diff options
| author | Eli Zaretskii | 2019-07-06 11:30:35 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-07-06 11:30:35 +0300 |
| commit | d176090fc28ce3031213bc008919c1895f78d778 (patch) | |
| tree | f887fb02b2e6017349e9478d16e1d030328efa47 | |
| parent | 8910fe1db06a8bf997930087025bbbabcc21741d (diff) | |
| download | emacs-d176090fc28ce3031213bc008919c1895f78d778.tar.gz emacs-d176090fc28ce3031213bc008919c1895f78d778.zip | |
Improve documentation of secondary selections
* doc/emacs/killing.texi (Secondary Selection): Improve
wording. Mention that 'M-mouse-1' can be used to cancel
secondary selections. (Bug#36365)
| -rw-r--r-- | doc/emacs/killing.texi | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index 9b9c890331e..670decd67bd 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi | |||
| @@ -605,16 +605,20 @@ This command does not alter the kill ring. | |||
| 605 | @kindex M-mouse-1 | 605 | @kindex M-mouse-1 |
| 606 | @item M-mouse-1 | 606 | @item M-mouse-1 |
| 607 | Set one endpoint for the @dfn{secondary selection} | 607 | Set one endpoint for the @dfn{secondary selection} |
| 608 | (@code{mouse-start-secondary}). | 608 | (@code{mouse-start-secondary}). Use @kbd{M-mouse-3} to set the other |
| 609 | end and complete the selection. This command can also cancel any | ||
| 610 | existing secondary selection without starting a new one, if you click | ||
| 611 | @kbd{M-mouse-1} on the mode line or on the header line. | ||
| 609 | 612 | ||
| 610 | @findex mouse-secondary-save-then-kill | 613 | @findex mouse-secondary-save-then-kill |
| 611 | @kindex M-mouse-3 | 614 | @kindex M-mouse-3 |
| 612 | @item M-mouse-3 | 615 | @item M-mouse-3 |
| 613 | Set the secondary selection, with one end at the position clicked and | 616 | Set the secondary selection (@code{mouse-secondary-save-then-kill}), |
| 614 | the other at the position specified with @kbd{M-mouse-1} | 617 | with one end at the position you click @kbd{M-mouse-3}, and the other |
| 615 | (@code{mouse-secondary-save-then-kill}). This also puts the selected | 618 | at the position specified previously with @kbd{M-mouse-1}. This also |
| 616 | text in the kill ring. A second @kbd{M-mouse-3} at the same place | 619 | puts the selected text in the kill ring. A second @kbd{M-mouse-3} at |
| 617 | kills the secondary selection just made. | 620 | the same place kills the text selected by the secondary selection just |
| 621 | made. | ||
| 618 | 622 | ||
| 619 | @findex mouse-yank-secondary | 623 | @findex mouse-yank-secondary |
| 620 | @kindex M-mouse-2 | 624 | @kindex M-mouse-2 |