aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-11 18:29:15 +0200
committerLars Magne Ingebrigtsen2011-07-11 18:29:15 +0200
commit47076272e75b2e77241782a16ab6626541f65c99 (patch)
tree88df3a0e0ee39abf1ae5dcd7b015f5aeddebd98f /doc
parent6e70ab070f8df26bfa9a8de88075cf15a5a26926 (diff)
downloademacs-47076272e75b2e77241782a16ab6626541f65c99.tar.gz
emacs-47076272e75b2e77241782a16ab6626541f65c99.zip
(Setting Mark): Clarify what's meant by "Shifted motion keys"
Fixes: debbugs:3503
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog3
-rw-r--r--doc/emacs/mark.texi5
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 4a82714fa52..8a275b9e359 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,8 @@
12011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org> 12011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
4 motion keys" (bug#3503).
5
3 * emacs.texi: Change all the register node names from "RegPos" 6 * emacs.texi: Change all the register node names from "RegPos"
4 (etc.) to "Positional Registers" (etc.) (bug#3314). 7 (etc.) to "Positional Registers" (etc.) (bug#3314).
5 8
diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi
index 759db626ea7..6d3ed351e43 100644
--- a/doc/emacs/mark.texi
+++ b/doc/emacs/mark.texi
@@ -68,10 +68,11 @@ Set point and the mark around the text you drag across.
68@item Mouse-3 68@item Mouse-3
69Set the mark at point, then move point to where you click 69Set the mark at point, then move point to where you click
70(@code{mouse-save-then-kill}). 70(@code{mouse-save-then-kill}).
71@item @samp{Shifted motion keys}
72Set the mark at point if the mark is inactive, then move point.
73@end table 71@end table
74 72
73Also, the shifted motion keys (for example, @key{S-Right}) will set
74the mark at point if the mark is inactive, then move point.
75
75@kindex C-SPC 76@kindex C-SPC
76@kindex C-@@ 77@kindex C-@@
77@findex set-mark-command 78@findex set-mark-command