diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-07-11 14:40:48 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-07-11 14:40:48 -0400 |
commit | 963578d396f018f4cae81bca311882ab4ed15b4f (patch) | |
tree | 1a5f9d705fcecd87d47fc1e4fb09507dd2ff00f5 /doc/emacs/mark.texi | |
parent | 07151e498ff9174518675e14b619aca4b8307733 (diff) | |
download | emacs-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.texi | 6 |
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 |