aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-12-30 22:41:41 +0000
committerKim F. Storm2006-12-30 22:41:41 +0000
commit25e5d36a6013e7e68dcab7dcea126e3b68799721 (patch)
tree524aa063941bfdf7c81881a1af1771aacecb2851
parentd1fa3d8e200770193c12d800fb2a7eb9757a793b (diff)
downloademacs-25e5d36a6013e7e68dcab7dcea126e3b68799721.tar.gz
emacs-25e5d36a6013e7e68dcab7dcea126e3b68799721.zip
(CUA Bindings): Fix typo.
-rw-r--r--man/killing.texi4
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}
647paste (yank), and @kbd{C-z} undo. Standard Emacs commands like 647paste (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
649effect when the mark is active (and the region is highlighted). 649effect when the mark is active (and the region is highlighted).
650However, if you don't want to override these bindings Emacs at all, set 650However, if you don't want to override these bindings in Emacs at all,
651@code{cua-enable-cua-keys} to @code{nil}. 651set @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
654activates and highlights the region over which they move. The 654activates and highlights the region over which they move. The