aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-07-18 15:19:49 +0000
committerEli Zaretskii2001-07-18 15:19:49 +0000
commit7da970c09a8aa12c38276ff48631088828f61c3a (patch)
tree91fe61843468348398c275a1cefc8f4602b36bbb
parentd7d7da3780dbdf404a49aaa6791c6cb82234f623 (diff)
downloademacs-7da970c09a8aa12c38276ff48631088828f61c3a.tar.gz
emacs-7da970c09a8aa12c38276ff48631088828f61c3a.zip
Minor changes from Richard M. Stallman.
-rw-r--r--man/mark.texi6
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
97to show you where the mark is located. You have to remember. The usual 97to show you where the mark is located. You have to remember. The usual
98solution to this problem is to set the mark and then use it before 98solution to this problem is to set the mark and then use it soon, before
99you forget where it is. Alternatively, you can see where the mark is 99you forget where it is. Alternatively, you can see where the mark is
100with the command @kbd{C-x C-x} (@code{exchange-point-and-mark}) which 100with the command @kbd{C-x C-x} (@code{exchange-point-and-mark}) which
101puts the mark where point was and point where the mark was. The extent 101puts 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
175region active again by typing @kbd{C-x C-x}. 175region active again by typing @kbd{C-x C-x}.
176 176
177@item 177@item
178Commands like @kbd{M->} and @kbd{C-s} that ``leave the mark behind'', in 178Commands like @kbd{M->} and @kbd{C-s} that ``leave the mark behind'' in
179addition to some other primary purpose, do not activate the new mark. 179addition to some other primary purpose, do not activate the new mark.
180You can activate the new region by executing @kbd{C-x C-x} 180You 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}).
249Evaluate it as Lisp code with @kbd{M-x eval-region} (@pxref{Lisp Eval}). 249Evaluate 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