aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-07-06 11:30:35 +0300
committerEli Zaretskii2019-07-06 11:30:35 +0300
commitd176090fc28ce3031213bc008919c1895f78d778 (patch)
treef887fb02b2e6017349e9478d16e1d030328efa47
parent8910fe1db06a8bf997930087025bbbabcc21741d (diff)
downloademacs-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.texi16
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
607Set one endpoint for the @dfn{secondary selection} 607Set 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
609end and complete the selection. This command can also cancel any
610existing 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
613Set the secondary selection, with one end at the position clicked and 616Set the secondary selection (@code{mouse-secondary-save-then-kill}),
614the other at the position specified with @kbd{M-mouse-1} 617with 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 618at the position specified previously with @kbd{M-mouse-1}. This also
616text in the kill ring. A second @kbd{M-mouse-3} at the same place 619puts the selected text in the kill ring. A second @kbd{M-mouse-3} at
617kills the secondary selection just made. 620the same place kills the text selected by the secondary selection just
621made.
618 622
619@findex mouse-yank-secondary 623@findex mouse-yank-secondary
620@kindex M-mouse-2 624@kindex M-mouse-2