# HG changeset patch # User Eli Zaretskii # Date 1012569164 0 # Node ID 6253e4f3654ba6160bb2979bbb877e7b4c279b1a # Parent 98b7448c1aaccdb5eb1584ad9a9730b0eff4a2f9 (Emulation): pc-selection-mode is now a toggle. diff -r 98b7448c1aac -r 6253e4f3654b man/misc.texi --- a/man/misc.texi Fri Feb 01 04:36:54 2002 +0000 +++ b/man/misc.texi Fri Feb 01 13:12:44 2002 +0000 @@ -2029,7 +2029,7 @@ @cindex PC Selection minor mode @cindex mode, PC selection @cindex selection, PC -The command @kbd{M-x pc-selection-mode} enables a global minor mode +The command @kbd{M-x pc-selection-mode} toggles a global minor mode that emulates the mark, copy, cut and paste commands of various other systems---an interface known as CUA. It establishes the key bindings of PC mode, and also modifies the bindings of the cursor keys and the @@ -2045,6 +2045,9 @@ are available on @kbd{C-insert}, @kbd{S-delete} and @kbd{S-insert} respectively. +Turning @code{pc-selection-mode} off restores the old key bindings of +these keys. + @cindex s-region package The @code{s-region} package provides similar, but less complete, facilities.