diff options
| author | Eli Zaretskii | 2018-01-21 19:36:57 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-01-21 19:36:57 +0200 |
| commit | 26b8b92e63d041e592ec5809cf6fefe308479e5f (patch) | |
| tree | daf9b6edaa2e1dc1aa746b47ca053cc7f64a83d4 | |
| parent | 759569fe40ecf7d4dc4e1ec300c9d6f41ea6ac4b (diff) | |
| download | emacs-26b8b92e63d041e592ec5809cf6fefe308479e5f.tar.gz emacs-26b8b92e63d041e592ec5809cf6fefe308479e5f.zip | |
Improve the "Mark" chapter of the user manual
* doc/emacs/mark.texi (Setting Mark, Marking Objects): Improve and
clarify wording. Suggested by John Cummings <john@rootabega.net>
in emacs-manual-bugs@gnu.org.
| -rw-r--r-- | doc/emacs/mark.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi index c1932b682de..072a3bc4b11 100644 --- a/doc/emacs/mark.texi +++ b/doc/emacs/mark.texi | |||
| @@ -135,10 +135,11 @@ detailed description of these mouse commands. | |||
| 135 | typing certain cursor motion commands (such as @kbd{S-@key{RIGHT}}, | 135 | typing certain cursor motion commands (such as @kbd{S-@key{RIGHT}}, |
| 136 | @kbd{S-C-f}, @kbd{S-C-n}, etc.). This is called @dfn{shift-selection}. | 136 | @kbd{S-C-f}, @kbd{S-C-n}, etc.). This is called @dfn{shift-selection}. |
| 137 | It sets the mark at point before moving point, but only if there is no | 137 | It sets the mark at point before moving point, but only if there is no |
| 138 | active mark set via shift-selection. The mark set by mouse commands | 138 | active mark set via a previous shift-selection or mouse commands. The |
| 139 | and by shift-selection behaves slightly differently from the usual | 139 | mark set by mouse commands and by shift-selection behaves slightly |
| 140 | mark: any subsequent unshifted cursor motion command deactivates it | 140 | differently from the usual mark: any subsequent unshifted cursor motion |
| 141 | automatically. For details, see @ref{Shift Selection}. | 141 | command deactivates it automatically. For details, see @ref{Shift |
| 142 | Selection}. | ||
| 142 | 143 | ||
| 143 | Many commands that insert text, such as @kbd{C-y} (@code{yank}), set | 144 | Many commands that insert text, such as @kbd{C-y} (@code{yank}), set |
| 144 | the mark at the other end of the inserted text, without activating it. | 145 | the mark at the other end of the inserted text, without activating it. |
| @@ -161,7 +162,7 @@ object such as a word, list, paragraph or page: | |||
| 161 | 162 | ||
| 162 | @table @kbd | 163 | @table @kbd |
| 163 | @item M-@@ | 164 | @item M-@@ |
| 164 | Set mark after end of next word (@code{mark-word}). This does not | 165 | Set mark at the end of the next word (@code{mark-word}). This does not |
| 165 | move point. | 166 | move point. |
| 166 | @item C-M-@@ | 167 | @item C-M-@@ |
| 167 | Set mark after end of following balanced expression | 168 | Set mark after end of following balanced expression |