aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-07-06 21:33:45 +0300
committerEli Zaretskii2019-07-06 21:33:45 +0300
commit1e6d8e003ce28f508e26eb7107ce5bd0e20bb4b8 (patch)
tree94f9eb4686f1aa3f6fbb6ad48db6be8988cb4f7c
parente2344a770ea55fbbe40800797dad002922a097b9 (diff)
downloademacs-1e6d8e003ce28f508e26eb7107ce5bd0e20bb4b8.tar.gz
emacs-1e6d8e003ce28f508e26eb7107ce5bd0e20bb4b8.zip
; * doc/emacs/killing.texi (Secondary Selection): Fix last change.
-rw-r--r--doc/emacs/killing.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi
index 670decd67bd..c554d2e2839 100644
--- a/doc/emacs/killing.texi
+++ b/doc/emacs/killing.texi
@@ -605,10 +605,9 @@ 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}). Use @kbd{M-mouse-3} to set the other 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 609end and complete the selection. This command cancels any existing
610existing secondary selection without starting a new one, if you click 610secondary selection, when it starts a new one.
611@kbd{M-mouse-1} on the mode line or on the header line.
612 611
613@findex mouse-secondary-save-then-kill 612@findex mouse-secondary-save-then-kill
614@kindex M-mouse-3 613@kindex M-mouse-3