summaryrefslogtreecommitdiff
path: root/doc/emacs/mark.texi
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2011-07-11 14:40:48 -0400
committerChong Yidong <cyd@stupidchicken.com>2011-07-11 14:40:48 -0400
commit963578d396f018f4cae81bca311882ab4ed15b4f (patch)
tree1a5f9d705fcecd87d47fc1e4fb09507dd2ff00f5 /doc/emacs/mark.texi
parent07151e498ff9174518675e14b619aca4b8307733 (diff)
downloademacs-963578d396f018f4cae81bca311882ab4ed15b4f.tar.gz
More documentation of Emacs 24 X selection changes.
* doc/emacs/frames.texi (Mouse Commands): Document mouse-yank-primary. * doc/emacs/killing.texi (Primary Selection): Document `only' setting for select-active-regions. * doc/emacs/mark.texi (Setting Mark): Reference Shift Selection node. * doc/lispref/frames.texi (Window System Selections): Discussion of x-select-enable-clipboard moved to Emacs manual.
Diffstat (limited to 'doc/emacs/mark.texi')
-rw-r--r--doc/emacs/mark.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi
index 6d3ed351e43..20cc127d272 100644
--- a/doc/emacs/mark.texi
+++ b/doc/emacs/mark.texi
@@ -68,11 +68,11 @@ Set point and the mark around the text you drag across.
@item Mouse-3
Set the mark at point, then move point to where you click
(@code{mouse-save-then-kill}).
+@item @samp{Shifted cursor motion keys}
+Set the mark at point if the mark is inactive, then move point.
+@xref{Shift Selection}.
@end table
-Also, the shifted motion keys (for example, @key{S-Right}) will set
-the mark at point if the mark is inactive, then move point.
-
@kindex C-SPC
@kindex C-@@
@findex set-mark-command