summaryrefslogtreecommitdiff
path: root/man/misc.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-02-01 13:12:44 +0000
committerEli Zaretskii <eliz@gnu.org>2002-02-01 13:12:44 +0000
commit8819154c65cf44954181db9def9ff0505b8f72f9 (patch)
tree433f56909ecf88ad33f0ddebab45d038527f8e7e /man/misc.texi
parent5e1017467a3550220266fb363989e9e060d29dc8 (diff)
downloademacs-8819154c65cf44954181db9def9ff0505b8f72f9.tar.gz
(Emulation): pc-selection-mode is now a toggle.
Diffstat (limited to 'man/misc.texi')
-rw-r--r--man/misc.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/misc.texi b/man/misc.texi
index 7441c7c3db8..7e02d112195 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -2029,7 +2029,7 @@ to beginning and end of buffer and @kbd{C-Escape} does
@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 @@ the region over which they move. The copy, cut and paste functions
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.