(Setting Mark): Clarify what's meant by "Shifted motion keys"
Fixes: debbugs:3503
This commit is contained in:
parent
6e70ab070f
commit
47076272e7
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* mark.texi (Setting Mark): Clarify what's meant by "Shifted
|
||||
motion keys" (bug#3503).
|
||||
|
||||
* emacs.texi: Change all the register node names from "RegPos"
|
||||
(etc.) to "Positional Registers" (etc.) (bug#3314).
|
||||
|
||||
|
|
|
@ -68,10 +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 motion keys}
|
||||
Set the mark at point if the mark is inactive, then move point.
|
||||
@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
|
||||
|
|
Loading…
Add table
Reference in a new issue