summaryrefslogtreecommitdiff
path: root/man/mark.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-07-18 15:19:49 +0000
committerEli Zaretskii <eliz@gnu.org>2001-07-18 15:19:49 +0000
commit7da970c09a8aa12c38276ff48631088828f61c3a (patch)
tree91fe61843468348398c275a1cefc8f4602b36bbb /man/mark.texi
parentd7d7da3780dbdf404a49aaa6791c6cb82234f623 (diff)
downloademacs-7da970c09a8aa12c38276ff48631088828f61c3a.tar.gz
Minor changes from Richard M. Stallman.
Diffstat (limited to 'man/mark.texi')
-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}.
@findex exchange-point-and-mark
Ordinary terminals have only one cursor, so there is no way for Emacs
to show you where the mark is located. You have to remember. The usual
-solution to this problem is to set the mark and then use it before
+solution to this problem is to set the mark and then use it soon, before
you forget where it is. Alternatively, you can see where the mark is
with the command @kbd{C-x C-x} (@code{exchange-point-and-mark}) which
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
region active again by typing @kbd{C-x C-x}.
@item
-Commands like @kbd{M->} and @kbd{C-s} that ``leave the mark behind'', in
+Commands like @kbd{M->} and @kbd{C-s} that ``leave the mark behind'' in
addition to some other primary purpose, do not activate the new mark.
You can activate the new region by executing @kbd{C-x C-x}
(@code{exchange-point-and-mark}).
@@ -249,7 +249,7 @@ Print hardcopy with @kbd{M-x print-region} (@pxref{Hardcopy}).
Evaluate it as Lisp code with @kbd{M-x eval-region} (@pxref{Lisp Eval}).
@end itemize
- Most commands that operate on text in the region have the word
+ Most commands that operate on the text in the region have the word
@code{region} in their names.
@node Marking Objects