diff options
| author | Eli Zaretskii | 2001-07-18 15:19:49 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-07-18 15:19:49 +0000 |
| commit | 7da970c09a8aa12c38276ff48631088828f61c3a (patch) | |
| tree | 91fe61843468348398c275a1cefc8f4602b36bbb | |
| parent | d7d7da3780dbdf404a49aaa6791c6cb82234f623 (diff) | |
| download | emacs-7da970c09a8aa12c38276ff48631088828f61c3a.tar.gz emacs-7da970c09a8aa12c38276ff48631088828f61c3a.zip | |
Minor changes from Richard M. Stallman.
| -rw-r--r-- | man/mark.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/mark.texi b/man/mark.texi index fbc93466c7e..79ea5a4207d 100644 --- a/man/mark.texi +++ b/man/mark.texi | |||
| @@ -95,7 +95,7 @@ use keyboard commands to set the mark. @xref{Mouse Commands}. | |||
| 95 | @findex exchange-point-and-mark | 95 | @findex exchange-point-and-mark |
| 96 | Ordinary terminals have only one cursor, so there is no way for Emacs | 96 | Ordinary terminals have only one cursor, so there is no way for Emacs |
| 97 | to show you where the mark is located. You have to remember. The usual | 97 | to show you where the mark is located. You have to remember. The usual |
| 98 | solution to this problem is to set the mark and then use it before | 98 | solution to this problem is to set the mark and then use it soon, before |
| 99 | you forget where it is. Alternatively, you can see where the mark is | 99 | you forget where it is. Alternatively, you can see where the mark is |
| 100 | with the command @kbd{C-x C-x} (@code{exchange-point-and-mark}) which | 100 | with the command @kbd{C-x C-x} (@code{exchange-point-and-mark}) which |
| 101 | puts the mark where point was and point where the mark was. The extent | 101 | puts the mark where point was and point where the mark was. The extent |
| @@ -175,7 +175,7 @@ on a region will get an error and refuse to operate. You can make the | |||
| 175 | region active again by typing @kbd{C-x C-x}. | 175 | region active again by typing @kbd{C-x C-x}. |
| 176 | 176 | ||
| 177 | @item | 177 | @item |
| 178 | Commands like @kbd{M->} and @kbd{C-s} that ``leave the mark behind'', in | 178 | Commands like @kbd{M->} and @kbd{C-s} that ``leave the mark behind'' in |
| 179 | addition to some other primary purpose, do not activate the new mark. | 179 | addition to some other primary purpose, do not activate the new mark. |
| 180 | You can activate the new region by executing @kbd{C-x C-x} | 180 | You can activate the new region by executing @kbd{C-x C-x} |
| 181 | (@code{exchange-point-and-mark}). | 181 | (@code{exchange-point-and-mark}). |
| @@ -249,7 +249,7 @@ Print hardcopy with @kbd{M-x print-region} (@pxref{Hardcopy}). | |||
| 249 | Evaluate it as Lisp code with @kbd{M-x eval-region} (@pxref{Lisp Eval}). | 249 | Evaluate it as Lisp code with @kbd{M-x eval-region} (@pxref{Lisp Eval}). |
| 250 | @end itemize | 250 | @end itemize |
| 251 | 251 | ||
| 252 | Most commands that operate on text in the region have the word | 252 | Most commands that operate on the text in the region have the word |
| 253 | @code{region} in their names. | 253 | @code{region} in their names. |
| 254 | 254 | ||
| 255 | @node Marking Objects | 255 | @node Marking Objects |