diff options
| -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. | |||
| 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}). Use @kbd{M-mouse-3} to set the other | 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 | 609 | end and complete the selection. This command cancels any existing |
| 610 | existing secondary selection without starting a new one, if you click | 610 | secondary 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 |