diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-07-06 21:33:45 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-07-06 21:33:45 +0300 |
commit | 1e6d8e003ce28f508e26eb7107ce5bd0e20bb4b8 (patch) | |
tree | 94f9eb4686f1aa3f6fbb6ad48db6be8988cb4f7c /doc/emacs/killing.texi | |
parent | e2344a770ea55fbbe40800797dad002922a097b9 (diff) | |
download | emacs-1e6d8e003ce28f508e26eb7107ce5bd0e20bb4b8.tar.gz emacs-1e6d8e003ce28f508e26eb7107ce5bd0e20bb4b8.tar.bz2 emacs-1e6d8e003ce28f508e26eb7107ce5bd0e20bb4b8.zip |
; * doc/emacs/killing.texi (Secondary Selection): Fix last change.
Diffstat (limited to 'doc/emacs/killing.texi')
-rw-r--r-- | doc/emacs/killing.texi | 7 |
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. @kindex M-mouse-1 @item M-mouse-1 Set one endpoint for the @dfn{secondary selection} -(@code{mouse-start-secondary}). Use @kbd{M-mouse-3} to set the other -end and complete the selection. This command can also cancel any -existing secondary selection without starting a new one, if you click -@kbd{M-mouse-1} on the mode line or on the header line. +(@code{mouse-start-secondary}); use @kbd{M-mouse-3} to set the other +end and complete the selection. This command cancels any existing +secondary selection, when it starts a new one. @findex mouse-secondary-save-then-kill @kindex M-mouse-3 |