]> git.eshelyaron.com Git - emacs.git/commitdiff
(CUA Bindings): Fix typo.
authorKim F. Storm <storm@cua.dk>
Sat, 30 Dec 2006 22:41:41 +0000 (22:41 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 30 Dec 2006 22:41:41 +0000 (22:41 +0000)
man/killing.texi

index 8c1a802e594c3a6e0552af55aa9bc0e36e83e90b..396a76328aacb10088a8867447ea6cd4844c991e 100644 (file)
@@ -647,8 +647,8 @@ applications.  @kbd{C-x} means cut (kill), @kbd{C-c} copy, @kbd{C-v}
 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