diff options
| author | Kim F. Storm | 2006-12-30 22:41:41 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-12-30 22:41:41 +0000 |
| commit | 25e5d36a6013e7e68dcab7dcea126e3b68799721 (patch) | |
| tree | 524aa063941bfdf7c81881a1af1771aacecb2851 | |
| parent | d1fa3d8e200770193c12d800fb2a7eb9757a793b (diff) | |
| download | emacs-25e5d36a6013e7e68dcab7dcea126e3b68799721.tar.gz emacs-25e5d36a6013e7e68dcab7dcea126e3b68799721.zip | |
(CUA Bindings): Fix typo.
| -rw-r--r-- | man/killing.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/killing.texi b/man/killing.texi index 8c1a802e594..396a76328aa 100644 --- a/man/killing.texi +++ b/man/killing.texi | |||
| @@ -647,8 +647,8 @@ applications. @kbd{C-x} means cut (kill), @kbd{C-c} copy, @kbd{C-v} | |||
| 647 | paste (yank), and @kbd{C-z} undo. Standard Emacs commands like | 647 | paste (yank), and @kbd{C-z} undo. Standard Emacs commands like |
| 648 | @kbd{C-x C-c} still work, because @kbd{C-x} and @kbd{C-c} only take | 648 | @kbd{C-x C-c} still work, because @kbd{C-x} and @kbd{C-c} only take |
| 649 | effect when the mark is active (and the region is highlighted). | 649 | effect when the mark is active (and the region is highlighted). |
| 650 | However, if you don't want to override these bindings Emacs at all, set | 650 | However, if you don't want to override these bindings in Emacs at all, |
| 651 | @code{cua-enable-cua-keys} to @code{nil}. | 651 | set @code{cua-enable-cua-keys} to @code{nil}. |
| 652 | 652 | ||
| 653 | In CUA mode, using @kbd{Shift} together with the movement keys | 653 | In CUA mode, using @kbd{Shift} together with the movement keys |
| 654 | activates and highlights the region over which they move. The | 654 | activates and highlights the region over which they move. The |