Mercurial > emacs
changeset 75001:199c39f04046
(CUA Bindings): Fix typo.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 30 Dec 2006 22:41:41 +0000 |
parents | 555d21ca919c |
children | 7237d52e0b4c |
files | man/killing.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/killing.texi Sat Dec 30 22:41:32 2006 +0000 +++ b/man/killing.texi Sat Dec 30 22:41:41 2006 +0000 @@ -647,8 +647,8 @@ paste (yank), and @kbd{C-z} undo. Standard Emacs commands like @kbd{C-x C-c} still work, because @kbd{C-x} and @kbd{C-c} only take effect when the mark is active (and the region is highlighted). -However, if you don't want to override these bindings Emacs at all, set -@code{cua-enable-cua-keys} to @code{nil}. +However, if you don't want to override these bindings in Emacs at all, +set @code{cua-enable-cua-keys} to @code{nil}. In CUA mode, using @kbd{Shift} together with the movement keys activates and highlights the region over which they move. The