diff options
| author | Chong Yidong | 2008-10-13 05:40:56 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-10-13 05:40:56 +0000 |
| commit | 13abd5e3ffa119d77a6e88fd2fb6f04d8eb248f6 (patch) | |
| tree | 3145e9f25caf5d7f3ffa5d5f6e02fdd7279ad88a | |
| parent | 69d0d70128afda5c59002b1396e154562384b5a4 (diff) | |
| download | emacs-13abd5e3ffa119d77a6e88fd2fb6f04d8eb248f6.tar.gz emacs-13abd5e3ffa119d77a6e88fd2fb6f04d8eb248f6.zip | |
(Shift Selection): Correct case in node name.
| -rw-r--r-- | doc/emacs/mark.texi | 25 |
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 | |||
| 98 | the mark is). Using @kbd{C-x C-x} a second time, if necessary, puts | 98 | the mark is). Using @kbd{C-x C-x} a second time, if necessary, puts |
| 99 | the mark at the new position with point back at its original position. | 99 | the 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 |
| 102 | If you press the left mouse button (@kbd{down-mouse-1}) and drag the | 102 | mouse button (@kbd{down-mouse-1}) and drag the mouse across a range of |
| 103 | mouse across a range of text while holding down this button, this sets | 103 | text while holding down this button, this sets the mark where you |
| 104 | the mark where you first pressed the mouse button and puts point where | 104 | first pressed the mouse button and puts point where you release it. |
| 105 | you release it. Alternatively, clicking the right mouse button | 105 | Alternatively, clicking the right mouse button (@kbd{mouse-3}) sets |
| 106 | (@kbd{mouse-3}) sets the mark at point and then moves point to where | 106 | the mark at point and then moves point to where you clicked. Using |
| 107 | you clicked. Using the mouse to mark a region also copies the region | 107 | the mouse to mark a region also copies the region into the kill ring |
| 108 | into the kill ring (@pxref{Kill Ring}). | 108 | (@pxref{Kill Ring}). @xref{Mouse Commands}, for a more detailed |
| 109 | description 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. | |||
| 116 | The mark set by mouse commands and by shift-selection behaves slightly | 117 | The mark set by mouse commands and by shift-selection behaves slightly |
| 117 | differently from the usual mark: any subsequent unshifted cursor | 118 | differently from the usual mark: any subsequent unshifted cursor |
| 118 | motion command deactivates it automatically. For details, @xref{Shift | 119 | motion command deactivates it automatically. For details, @xref{Shift |
| 119 | selection}. | 120 | Selection}. |
| 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 | |||
| 304 | rotates the ring, so that successive uses of @kbd{C-x C-@key{SPC}} take | 305 | rotates the ring, so that successive uses of @kbd{C-x C-@key{SPC}} take |
| 305 | you to earlier buffers and mark positions. | 306 | you 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, |