aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-10-13 05:40:56 +0000
committerChong Yidong2008-10-13 05:40:56 +0000
commit13abd5e3ffa119d77a6e88fd2fb6f04d8eb248f6 (patch)
tree3145e9f25caf5d7f3ffa5d5f6e02fdd7279ad88a
parent69d0d70128afda5c59002b1396e154562384b5a4 (diff)
downloademacs-13abd5e3ffa119d77a6e88fd2fb6f04d8eb248f6.tar.gz
emacs-13abd5e3ffa119d77a6e88fd2fb6f04d8eb248f6.zip
(Shift Selection): Correct case in node name.
-rw-r--r--doc/emacs/mark.texi25
1 files changed, 13 insertions, 12 deletions
diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi
index c5df52aaba9..d69bfef5ab3 100644
--- a/doc/emacs/mark.texi
+++ b/doc/emacs/mark.texi
@@ -42,7 +42,7 @@ non-@code{nil}, each window highlights its own region.
42* Using Region:: Summary of ways to operate on contents of the region. 42* Using Region:: Summary of ways to operate on contents of the region.
43* Mark Ring:: Previous mark positions saved so you can go back there. 43* Mark Ring:: Previous mark positions saved so you can go back there.
44* Global Mark Ring:: Previous mark positions in various buffers. 44* Global Mark Ring:: Previous mark positions in various buffers.
45* Shift selection:: Using shifted cursor motion keys. 45* Shift Selection:: Using shifted cursor motion keys.
46* Persistent Mark:: Keeping the mark active all the time. 46* Persistent Mark:: Keeping the mark active all the time.
47@end menu 47@end menu
48 48
@@ -98,14 +98,15 @@ position of point but want to move the other end of the region (where
98the mark is). Using @kbd{C-x C-x} a second time, if necessary, puts 98the mark is). Using @kbd{C-x C-x} a second time, if necessary, puts
99the mark at the new position with point back at its original position. 99the mark at the new position with point back at its original position.
100 100
101 You can also set the mark with the mouse (@pxref{Mouse Commands}). 101 You can also set the mark with the mouse. If you press the left
102If you press the left mouse button (@kbd{down-mouse-1}) and drag the 102mouse button (@kbd{down-mouse-1}) and drag the mouse across a range of
103mouse across a range of text while holding down this button, this sets 103text while holding down this button, this sets the mark where you
104the mark where you first pressed the mouse button and puts point where 104first pressed the mouse button and puts point where you release it.
105you release it. Alternatively, clicking the right mouse button 105Alternatively, clicking the right mouse button (@kbd{mouse-3}) sets
106(@kbd{mouse-3}) sets the mark at point and then moves point to where 106the mark at point and then moves point to where you clicked. Using
107you clicked. Using the mouse to mark a region also copies the region 107the mouse to mark a region also copies the region into the kill ring
108into the kill ring (@pxref{Kill Ring}). 108(@pxref{Kill Ring}). @xref{Mouse Commands}, for a more detailed
109description of these mouse commands.
109 110
110@cindex shift-selection 111@cindex shift-selection
111 Finally, you can set the mark by holding down the shift key while 112 Finally, you can set the mark by holding down the shift key while
@@ -116,7 +117,7 @@ point, but only if there is no active mark set via shift-selection.
116The mark set by mouse commands and by shift-selection behaves slightly 117The mark set by mouse commands and by shift-selection behaves slightly
117differently from the usual mark: any subsequent unshifted cursor 118differently from the usual mark: any subsequent unshifted cursor
118motion command deactivates it automatically. For details, @xref{Shift 119motion command deactivates it automatically. For details, @xref{Shift
119selection}. 120Selection}.
120 121
121 Whenever the mark is active, you can deactivate it by typing 122 Whenever the mark is active, you can deactivate it by typing
122@kbd{C-g} (@pxref{Quitting}). The mark is also automatically 123@kbd{C-g} (@pxref{Quitting}). The mark is also automatically
@@ -304,8 +305,8 @@ the buffer and position of the latest entry in the global ring. It also
304rotates the ring, so that successive uses of @kbd{C-x C-@key{SPC}} take 305rotates the ring, so that successive uses of @kbd{C-x C-@key{SPC}} take
305you to earlier buffers and mark positions. 306you to earlier buffers and mark positions.
306 307
307@node Shift selection 308@node Shift Selection
308@section Shift selection 309@section Shift Selection
309@cindex shift-selection 310@cindex shift-selection
310 311
311 If you hold down the shift key while typing a cursor motion command, 312 If you hold down the shift key while typing a cursor motion command,