summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-09-05 15:17:03 +0300
committerEli Zaretskii <eliz@gnu.org>2022-09-05 15:17:03 +0300
commit0773d1a03a181ef0912b1c83720adabf0395d46b (patch)
treec52ec3667cfb0cb768809c64a36c808ea2e87c9b
parent21c8a9d944b37e431f56738c10a9fa7a75f4c3a9 (diff)
downloademacs-0773d1a03a181ef0912b1c83720adabf0395d46b.tar.gz
; * doc/emacs/mark.texi (Mark): Improve wording.
-rw-r--r--doc/emacs/mark.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi
index b5956cc85b8..db96093a171 100644
--- a/doc/emacs/mark.texi
+++ b/doc/emacs/mark.texi
@@ -38,10 +38,11 @@ the mark; this turns off the highlighting. You can also explicitly
deactivate the mark at any time, by typing @kbd{C-g}
(@pxref{Quitting}).
- Many commands limit what they do to the active region. For
-instance, the @kbd{M-%} command (which replaces matching text)
-normally works on the entire visible part of the buffer, but if you
-have an active region, it'll work on just that region instead.
+ Many commands limit the text on which they operate to the active
+region. For instance, the @kbd{M-%} command (which replaces matching
+text) normally works on the entire accessible portion of the buffer,
+but if you have an active region, it'll work only on that region
+instead.
The mark is useful even if it is not active. For example, you can
move to previous mark locations using the mark ring. @xref{Mark